Class: OFX::Data::Serialization::MessageSets::Banking::Response
- Inherits:
-
Object
- Object
- OFX::Data::Serialization::MessageSets::Banking::Response
show all
- Includes:
- Common
- Defined in:
- lib/ofx/data/serialization/message_sets/banking.rb
Instance Method Summary
collapse
Methods included from Common
included, #initialize, #registry_entry, #serialize_collection, #serialize_object
Instance Method Details
#default_registry_entry_args ⇒ Object
15
16
17
|
# File 'lib/ofx/data/serialization/message_sets/banking.rb', line 15
def default_registry_entry_args
[:"message_sets.banking.response", nil]
end
|
#serialize(message_set, builder) ⇒ Object
19
20
21
22
23
|
# File 'lib/ofx/data/serialization/message_sets/banking.rb', line 19
def serialize(message_set, builder)
builder.BANKMSGSRSV1 do |builder|
serialize_collection(message_set.messages, builder)
end
end
|