Class: FidorApi::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#affiliate_uidObject

Returns the value of attribute affiliate_uid.



14
15
16
# File 'lib/fidor_api.rb', line 14

def affiliate_uid
  @affiliate_uid
end

#api_urlObject

Returns the value of attribute api_url.



14
15
16
# File 'lib/fidor_api.rb', line 14

def api_url
  @api_url
end

#callback_urlObject

Returns the value of attribute callback_url.



14
15
16
# File 'lib/fidor_api.rb', line 14

def callback_url
  @callback_url
end

#client_idObject

Returns the value of attribute client_id.



14
15
16
# File 'lib/fidor_api.rb', line 14

def client_id
  @client_id
end

#client_secretObject

Returns the value of attribute client_secret.



14
15
16
# File 'lib/fidor_api.rb', line 14

def client_secret
  @client_secret
end

#htauth_passwordObject

Returns the value of attribute htauth_password.



14
15
16
# File 'lib/fidor_api.rb', line 14

def htauth_password
  @htauth_password
end

#htauth_userObject

Returns the value of attribute htauth_user.



14
15
16
# File 'lib/fidor_api.rb', line 14

def htauth_user
  @htauth_user
end

#loggingObject

Returns the value of attribute logging.



14
15
16
# File 'lib/fidor_api.rb', line 14

def logging
  @logging
end

#oauth_urlObject

Returns the value of attribute oauth_url.



14
15
16
# File 'lib/fidor_api.rb', line 14

def oauth_url
  @oauth_url
end

#os_typeObject

Returns the value of attribute os_type.



14
15
16
# File 'lib/fidor_api.rb', line 14

def os_type
  @os_type
end