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.



41
42
43
# File 'lib/fidor_api.rb', line 41

def affiliate_uid
  @affiliate_uid
end

#api_pathObject

Returns the value of attribute api_path.



41
42
43
# File 'lib/fidor_api.rb', line 41

def api_path
  @api_path
end

#api_urlObject

Returns the value of attribute api_url.



41
42
43
# File 'lib/fidor_api.rb', line 41

def api_url
  @api_url
end

#callback_urlObject

Returns the value of attribute callback_url.



41
42
43
# File 'lib/fidor_api.rb', line 41

def callback_url
  @callback_url
end

#client_idObject

Returns the value of attribute client_id.



41
42
43
# File 'lib/fidor_api.rb', line 41

def client_id
  @client_id
end

#client_secretObject

Returns the value of attribute client_secret.



41
42
43
# File 'lib/fidor_api.rb', line 41

def client_secret
  @client_secret
end

#htauth_passwordObject

Returns the value of attribute htauth_password.



41
42
43
# File 'lib/fidor_api.rb', line 41

def htauth_password
  @htauth_password
end

#htauth_userObject

Returns the value of attribute htauth_user.



41
42
43
# File 'lib/fidor_api.rb', line 41

def htauth_user
  @htauth_user
end

#loggerObject

Returns the value of attribute logger.



41
42
43
# File 'lib/fidor_api.rb', line 41

def logger
  @logger
end

#loggingObject

Returns the value of attribute logging.



41
42
43
# File 'lib/fidor_api.rb', line 41

def logging
  @logging
end

#oauth_urlObject

Returns the value of attribute oauth_url.



41
42
43
# File 'lib/fidor_api.rb', line 41

def oauth_url
  @oauth_url
end

#os_typeObject

Returns the value of attribute os_type.



41
42
43
# File 'lib/fidor_api.rb', line 41

def os_type
  @os_type
end

#verify_sslObject

Returns the value of attribute verify_ssl.



41
42
43
# File 'lib/fidor_api.rb', line 41

def verify_ssl
  @verify_ssl
end