Class: EDH::Passport::Configuration
- Inherits:
-
Object
- Object
- EDH::Passport::Configuration
- Defined in:
- lib/edh/api.rb
Instance Attribute Summary collapse
-
#access_token ⇒ Object
Returns the value of attribute access_token.
-
#app_access_token ⇒ Object
Returns the value of attribute app_access_token.
-
#server ⇒ Object
Returns the value of attribute server.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
22 23 |
# File 'lib/edh/api.rb', line 22 def initialize end |
Instance Attribute Details
#access_token ⇒ Object
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_token ⇒ Object
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 |
#server ⇒ Object
Returns the value of attribute server.
20 21 22 |
# File 'lib/edh/api.rb', line 20 def server @server end |