class Rets::Metadata::Containers::RowContainer

Attributes

rows[RW]

Public Class Methods

new(doc) click to toggle source
# File lib/rets/metadata/containers.rb, line 44
def initialize(doc)
  super
  self.rows = Parser::Compact.parse_document(doc)
end