Class: EDH::Passport::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



22
23
# File 'lib/edh/api.rb', line 22

def initialize
end

Instance Attribute Details

#access_tokenObject

Returns the value of attribute access_token.



20
21
22
# File 'lib/edh/api.rb', line 20

def access_token
  @access_token
end

#app_access_tokenObject

Returns the value of attribute app_access_token.



20
21
22
# File 'lib/edh/api.rb', line 20

def app_access_token
  @app_access_token
end

#serverObject

Returns the value of attribute server.



20
21
22
# File 'lib/edh/api.rb', line 20

def server
  @server
end