Class: RealPage::AttributeParser::Object

Inherits:
Base
  • Object
show all
Defined in:
lib/real_page/attribute_parser/object.rb

Overview

Parse the response value of an object attribute

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from RealPage::AttributeParser::Base

Instance Method Details

#parseObject

Returns the parsed attribute value.

Returns:

  • (Object)

    the parsed attribute value



8
9
10
# File 'lib/real_page/attribute_parser/object.rb', line 8

def parse
  value
end