Class: FeedMe::FeedStruct
- Inherits:
-
AbstractParser
- Object
- AbstractParser
- FeedMe::FeedStruct
- Defined in:
- lib/feed_me/feed_struct.rb
Instance Attribute Summary
Attributes inherited from AbstractParser
Instance Method Summary collapse
-
#initialize(xml, properties) ⇒ FeedStruct
constructor
A new instance of FeedStruct.
Methods inherited from AbstractParser
Constructor Details
#initialize(xml, properties) ⇒ FeedStruct
Returns a new instance of FeedStruct.
5 6 7 8 9 |
# File 'lib/feed_me/feed_struct.rb', line 5 def initialize(xml, properties) self.xml = xml self.properties = properties append_methods end |