Class: Boletoman::Itau

Inherits:
Object
  • Object
show all
Defined in:
lib/boletoman/itau_config.rb

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.configurationObject

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

Yields:



11
12
13
14
15
# File 'lib/boletoman/itau_config.rb', line 11

def self.configure
  self.configuration ||= ItauConfiguration.new
  yield(configuration)
  self
end