Class: Boletoman::Itau
- Inherits:
-
Object
- Object
- Boletoman::Itau
- Defined in:
- lib/boletoman/itau_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.
8 9 10 |
# File 'lib/boletoman/itau_config.rb', line 8 def configuration @configuration end |
Class Method Details
.configure {|configuration| ... } ⇒ Object
11 12 13 14 15 |
# File 'lib/boletoman/itau_config.rb', line 11 def self.configure self.configuration ||= ItauConfiguration.new yield(configuration) self end |