Class: RealPage::AttributeParser::Object
- Defined in:
- lib/real_page/attribute_parser/object.rb
Overview
Parse the response value of an object attribute
Instance Method Summary collapse
-
#parse ⇒ Object
The parsed attribute value.
Methods inherited from Base
Constructor Details
This class inherits a constructor from RealPage::AttributeParser::Base
Instance Method Details
#parse ⇒ Object
Returns the parsed attribute value.
8 9 10 |
# File 'lib/real_page/attribute_parser/object.rb', line 8 def parse value end |