Class: LemonSqueezy::Configuration
- Inherits:
-
Object
- Object
- LemonSqueezy::Configuration
- Defined in:
- lib/lemon_squeezy/configuration.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#default_page_size ⇒ Object
Returns the value of attribute default_page_size.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
8 9 10 |
# File 'lib/lemon_squeezy/configuration.rb', line 8 def initialize @default_page_size = 10 end |
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key.
6 7 8 |
# File 'lib/lemon_squeezy/configuration.rb', line 6 def api_key @api_key end |
#default_page_size ⇒ Object
Returns the value of attribute default_page_size.
6 7 8 |
# File 'lib/lemon_squeezy/configuration.rb', line 6 def default_page_size @default_page_size end |