class RealPage::AttributeParser::String

Parse the response value of a string attribute

Public Instance Methods

parse() click to toggle source

@return [String] the parsed attribute value

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