Class: Amsi::AttributeParser::String

Inherits:
Base
  • Object
show all
Defined in:
lib/amsi/attribute_parser/string.rb

Overview

Parse the response value of a string attribute

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

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

Instance Method Details

#parseString

Returns the parsed attribute value.

Returns:

  • (String)

    the parsed attribute value



8
9
10
# File 'lib/amsi/attribute_parser/string.rb', line 8

def parse
  value
end