Class: ONIX2::MarketRepresentation
- Inherits:
-
Object
- Object
- ONIX2::MarketRepresentation
- Defined in:
- lib/onix2/market_representation.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.from_xml(data) ⇒ Object
19 20 21 |
# File 'lib/onix2/market_representation.rb', line 19 def self.from_xml(data) MarketRepresentationRepresenter.new(self.new).from_xml(data) end |
Instance Method Details
#to_xml ⇒ Object
15 16 17 |
# File 'lib/onix2/market_representation.rb', line 15 def to_xml MarketRepresentationRepresenter.new(self).to_xml end |