Sha256: 9d6aa77569efb1f7db931419d450f478fd818e017676e0e7351f78b3ac0b2d1b
Contents?: true
Size: 674 Bytes
Versions: 3
Compression:
Stored size: 674 Bytes
Contents
module ONIX class MarketRepresentation include ROXML xml_name "MarketRepresentation" xml_accessor :agent_name, :from => "AgentName" xml_accessor :agent_role, :from => "AgentRole", :as => Fixnum, :to_xml => ONIX::Formatters.two_digit xml_accessor :market_country, :from => "MarketCountry" xml_accessor :market_territory, :from => "MarketTerritory" xml_accessor :market_country_excluded, :from => "MarketCountryExcluded" xml_accessor :market_restriction_detail, :from => "MarketRestrictionDetail" xml_accessor :market_publishing_status, :from => "MarketPublishingStatus", :as => Fixnum, :to_xml => ONIX::Formatters.two_digit end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
onix-0.5.0 | lib/onix/market_representation.rb |
onix-0.5.1 | lib/onix/market_representation.rb |
onix-0.6.0 | lib/onix/market_representation.rb |