Class: CorreiosSigep::Builders::Collect
- Inherits:
-
Object
- Object
- CorreiosSigep::Builders::Collect
- Includes:
- DSL::Collect
- Defined in:
- lib/correios_sigep/builders/collect.rb
Instance Method Summary collapse
- #build ⇒ Object
-
#initialize ⇒ Collect
constructor
A new instance of Collect.
Methods included from DSL::Collect
#add_object, included, #with_product, #with_sender
Constructor Details
#initialize ⇒ Collect
Returns a new instance of Collect.
6 7 8 |
# File 'lib/correios_sigep/builders/collect.rb', line 6 def initialize @instance = Models::Collect.new end |
Instance Method Details
#build ⇒ Object
10 11 12 |
# File 'lib/correios_sigep/builders/collect.rb', line 10 def build @instance end |