Module: AccountKit::Config
Instance Attribute Summary collapse
-
#api_version ⇒ Object
Returns the value of attribute api_version.
-
#app_id ⇒ Object
Returns the value of attribute app_id.
-
#app_secret ⇒ Object
Returns the value of attribute app_secret.
Instance Attribute Details
#api_version ⇒ Object
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_id ⇒ Object
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_secret ⇒ Object
Returns the value of attribute app_secret.
6 7 8 |
# File 'lib/account_kit/config.rb', line 6 def app_secret @app_secret end |