Class: DineroMailIpn::Operation
- Inherits:
-
Struct
- Object
- Struct
- DineroMailIpn::Operation
- Defined in:
- lib/dinero_mail_ipn/notification_parser.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
75 76 77 |
# File 'lib/dinero_mail_ipn/notification_parser.rb', line 75 def id @id end |
#type ⇒ Object
Returns the value of attribute type
75 76 77 |
# File 'lib/dinero_mail_ipn/notification_parser.rb', line 75 def type @type end |