Class: Boletoman::Santander
- Inherits:
-
Object
- Object
- Boletoman::Santander
- Defined in:
- lib/boletoman/santander_config.rb
Class Attribute Summary collapse
-
.configuration ⇒ Object
Returns the value of attribute configuration.
Class Method Summary collapse
Class Attribute Details
.configuration ⇒ Object
Returns the value of attribute configuration.
14 15 16 |
# File 'lib/boletoman/santander_config.rb', line 14 def configuration @configuration end |
Class Method Details
.configure {|configuration| ... } ⇒ Object
17 18 19 20 21 |
# File 'lib/boletoman/santander_config.rb', line 17 def self.configure self.configuration ||= SantanderConfiguration.new yield(configuration) self end |