class RealPage::AttributeParser::Object

Parse the response value of an object attribute

Public Instance Methods

parse() click to toggle source

@return [Object] the parsed attribute value

# File lib/real_page/attribute_parser/object.rb, line 8
def parse
  value
end