Class: Boletoman::Santander

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

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.configurationObject

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

Yields:



17
18
19
20
21
# File 'lib/boletoman/santander_config.rb', line 17

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