Class: Cep
- Inherits:
-
Correios::Cep
- Object
- Correios::Cep
- Cep
- Defined in:
- lib/ceps.rb
Constant Summary
Constants inherited from Correios::Cep
Correios::Cep::AttrReaders, Correios::Cep::Setup
Class Attribute Summary collapse
-
.configuration ⇒ Object
Returns the value of attribute configuration.
Attributes inherited from Correios::Cep
Class Method Summary collapse
Methods inherited from Correios::Cep
#==, #initialize, new, #valid?
Constructor Details
This class inherits a constructor from Correios::Cep
Class Attribute Details
.configuration ⇒ Object
Returns the value of attribute configuration.
9 10 11 |
# File 'lib/ceps.rb', line 9 def configuration @configuration end |
Class Method Details
.configure ⇒ Object
12 13 14 |
# File 'lib/ceps.rb', line 12 def self.configure self.configuration ||= Setup.new end |