Class: Immobilienscout::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#access_tokenObject

Returns the value of attribute access_token.



29
30
31
# File 'lib/immobilienscout.rb', line 29

def access_token
  @access_token
end

#access_token_secretObject

Returns the value of attribute access_token_secret.



29
30
31
# File 'lib/immobilienscout.rb', line 29

def access_token_secret
  @access_token_secret
end

#consumer_keyObject

Returns the value of attribute consumer_key.



29
30
31
# File 'lib/immobilienscout.rb', line 29

def consumer_key
  @consumer_key
end

#consumer_secretObject

Returns the value of attribute consumer_secret.



29
30
31
# File 'lib/immobilienscout.rb', line 29

def consumer_secret
  @consumer_secret
end

#use_sandboxObject

Returns the value of attribute use_sandbox.



29
30
31
# File 'lib/immobilienscout.rb', line 29

def use_sandbox
  @use_sandbox
end