Module: AccountKit::Config

Extended by:
Config
Included in:
Config
Defined in:
lib/account_kit/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#api_versionObject

Returns the value of attribute api_version.



7
8
9
# File 'lib/account_kit/config.rb', line 7

def api_version
  @api_version
end

#app_idObject

Returns the value of attribute app_id.



5
6
7
# File 'lib/account_kit/config.rb', line 5

def app_id
  @app_id
end

#app_secretObject

Returns the value of attribute app_secret.



6
7
8
# File 'lib/account_kit/config.rb', line 6

def app_secret
  @app_secret
end