Class: ReamazeAPI::Config

Inherits:
Struct
  • Object
show all
Defined in:
lib/reamaze_api.rb

Overview

Configuration class

Instance Attribute Summary collapse

Instance Attribute Details

#brandObject

Returns the value of attribute brand

Returns:

  • (Object)

    the current value of brand



14
15
16
# File 'lib/reamaze_api.rb', line 14

def brand
  @brand
end

#exceptionsObject

Returns the value of attribute exceptions

Returns:

  • (Object)

    the current value of exceptions



14
15
16
# File 'lib/reamaze_api.rb', line 14

def exceptions
  @exceptions
end

#loginObject

Returns the value of attribute login

Returns:

  • (Object)

    the current value of login



14
15
16
# File 'lib/reamaze_api.rb', line 14

def 
  @login
end

#tokenObject

Returns the value of attribute token

Returns:

  • (Object)

    the current value of token



14
15
16
# File 'lib/reamaze_api.rb', line 14

def token
  @token
end