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_path ⇒ Object
Returns the value of attribute api_path.
-
#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.
-
#logger ⇒ Object
Returns the value of attribute logger.
-
#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.
-
#verify_ssl ⇒ Object
Returns the value of attribute verify_ssl.
Instance Attribute Details
#affiliate_uid ⇒ Object
Returns the value of attribute affiliate_uid.
41 42 43 |
# File 'lib/fidor_api.rb', line 41 def affiliate_uid @affiliate_uid end |
#api_path ⇒ Object
Returns the value of attribute api_path.
41 42 43 |
# File 'lib/fidor_api.rb', line 41 def api_path @api_path end |
#api_url ⇒ Object
Returns the value of attribute api_url.
41 42 43 |
# File 'lib/fidor_api.rb', line 41 def api_url @api_url end |
#callback_url ⇒ Object
Returns the value of attribute callback_url.
41 42 43 |
# File 'lib/fidor_api.rb', line 41 def callback_url @callback_url end |
#client_id ⇒ Object
Returns the value of attribute client_id.
41 42 43 |
# File 'lib/fidor_api.rb', line 41 def client_id @client_id end |
#client_secret ⇒ Object
Returns the value of attribute client_secret.
41 42 43 |
# File 'lib/fidor_api.rb', line 41 def client_secret @client_secret end |
#htauth_password ⇒ Object
Returns the value of attribute htauth_password.
41 42 43 |
# File 'lib/fidor_api.rb', line 41 def htauth_password @htauth_password end |
#htauth_user ⇒ Object
Returns the value of attribute htauth_user.
41 42 43 |
# File 'lib/fidor_api.rb', line 41 def htauth_user @htauth_user end |
#logger ⇒ Object
Returns the value of attribute logger.
41 42 43 |
# File 'lib/fidor_api.rb', line 41 def logger @logger end |
#logging ⇒ Object
Returns the value of attribute logging.
41 42 43 |
# File 'lib/fidor_api.rb', line 41 def logging @logging end |
#oauth_url ⇒ Object
Returns the value of attribute oauth_url.
41 42 43 |
# File 'lib/fidor_api.rb', line 41 def oauth_url @oauth_url end |
#os_type ⇒ Object
Returns the value of attribute os_type.
41 42 43 |
# File 'lib/fidor_api.rb', line 41 def os_type @os_type end |
#verify_ssl ⇒ Object
Returns the value of attribute verify_ssl.
41 42 43 |
# File 'lib/fidor_api.rb', line 41 def verify_ssl @verify_ssl end |