Class: FidorApi::Configuration
- Inherits:
-
Object
- Object
- FidorApi::Configuration
- Defined in:
- lib/fidor_api.rb
Instance Attribute Summary collapse
-
#affiliate_uid ⇒ Object
Returns the value of attribute affiliate_uid.
-
#api_url ⇒ Object
Returns the value of attribute api_url.
-
#callback_url ⇒ Object
Returns the value of attribute callback_url.
-
#client_id ⇒ Object
Returns the value of attribute client_id.
-
#client_secret ⇒ Object
Returns the value of attribute client_secret.
-
#htauth_password ⇒ Object
Returns the value of attribute htauth_password.
-
#htauth_user ⇒ Object
Returns the value of attribute htauth_user.
-
#logging ⇒ Object
Returns the value of attribute logging.
-
#oauth_url ⇒ Object
Returns the value of attribute oauth_url.
-
#os_type ⇒ Object
Returns the value of attribute os_type.
Instance Attribute Details
#affiliate_uid ⇒ Object
Returns the value of attribute affiliate_uid.
14 15 16 |
# File 'lib/fidor_api.rb', line 14 def affiliate_uid @affiliate_uid end |
#api_url ⇒ Object
Returns the value of attribute api_url.
14 15 16 |
# File 'lib/fidor_api.rb', line 14 def api_url @api_url end |
#callback_url ⇒ Object
Returns the value of attribute callback_url.
14 15 16 |
# File 'lib/fidor_api.rb', line 14 def callback_url @callback_url end |
#client_id ⇒ Object
Returns the value of attribute client_id.
14 15 16 |
# File 'lib/fidor_api.rb', line 14 def client_id @client_id end |
#client_secret ⇒ Object
Returns the value of attribute client_secret.
14 15 16 |
# File 'lib/fidor_api.rb', line 14 def client_secret @client_secret end |
#htauth_password ⇒ Object
Returns the value of attribute htauth_password.
14 15 16 |
# File 'lib/fidor_api.rb', line 14 def htauth_password @htauth_password end |
#htauth_user ⇒ Object
Returns the value of attribute htauth_user.
14 15 16 |
# File 'lib/fidor_api.rb', line 14 def htauth_user @htauth_user end |
#logging ⇒ Object
Returns the value of attribute logging.
14 15 16 |
# File 'lib/fidor_api.rb', line 14 def logging @logging end |
#oauth_url ⇒ Object
Returns the value of attribute oauth_url.
14 15 16 |
# File 'lib/fidor_api.rb', line 14 def oauth_url @oauth_url end |
#os_type ⇒ Object
Returns the value of attribute os_type.
14 15 16 |
# File 'lib/fidor_api.rb', line 14 def os_type @os_type end |