class Rets::Metadata::Containers::RowContainer
Attributes
rows[RW]
Public Class Methods
new(doc)
click to toggle source
Calls superclass method
Rets::Metadata::Containers::Container::new
# File lib/rets/metadata/containers.rb, line 44 def initialize(doc) super self.rows = Parser::Compact.parse_document(doc) end