Class: FakeChargify::Configuration
- Inherits:
-
Object
- Object
- FakeChargify::Configuration
- Defined in:
- lib/fake_chargify/configuration.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#subdomain ⇒ Object
Returns the value of attribute subdomain.
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key.
3 4 5 |
# File 'lib/fake_chargify/configuration.rb', line 3 def api_key @api_key end |
#subdomain ⇒ Object
Returns the value of attribute subdomain.
3 4 5 |
# File 'lib/fake_chargify/configuration.rb', line 3 def subdomain @subdomain end |