Class: MoneyS3::Parsers::ReferenceType
- Inherits:
-
Object
- Object
- MoneyS3::Parsers::ReferenceType
- Includes:
- ParserCore::BaseParser
- Defined in:
- lib/money_s3/parsers/reference_type.rb
Instance Method Summary collapse
Instance Method Details
#id ⇒ Object
6 7 8 |
# File 'lib/money_s3/parsers/reference_type.rb', line 6 def id array_of_at(String, ['ID']) end |
#to_h ⇒ Object
10 11 12 13 14 15 16 17 |
# File 'lib/money_s3/parsers/reference_type.rb', line 10 def to_h hash = {} hash[:attributes] = attributes hash[:id] = id if has? 'ID' hash end |