Sha256: 24d5682aaa25ed9538537948535efe624b741fa508a789d670d2c17589276bfa

Contents?: true

Size: 253 Bytes

Versions: 7

Compression:

Stored size: 253 Bytes

Contents

require_relative 'base'

module RealPage
  class AttributeParser
    # Parse the response value of an object attribute
    class Object < Base
      # @return [Object] the parsed attribute value
      def parse
        value
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
real_page-2.3.6 lib/real_page/attribute_parser/object.rb
real_page-2.3.5 lib/real_page/attribute_parser/object.rb
real_page-2.3.4 lib/real_page/attribute_parser/object.rb
real_page-2.3.3 lib/real_page/attribute_parser/object.rb
real_page-2.3.2 lib/real_page/attribute_parser/object.rb
real_page-2.3.1 lib/real_page/attribute_parser/object.rb
real_page-2.3.0 lib/real_page/attribute_parser/object.rb