Class: GoogleCheckout::Error
- Inherits:
-
Notification
- Object
- Notification
- GoogleCheckout::Error
- Defined in:
- lib/google-checkout/notification.rb
Instance Attribute Summary
Attributes inherited from Notification
Instance Method Summary collapse
-
#message ⇒ Object
Alias for
error_message
.
Methods inherited from Notification
#acknowledgment_xml, #error?, #initialize, #method_missing, parse, #serial_number, #state
Constructor Details
This class inherits a constructor from GoogleCheckout::Notification
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class GoogleCheckout::Notification
Instance Method Details
#message ⇒ Object
Alias for error_message
218 219 220 |
# File 'lib/google-checkout/notification.rb', line 218 def (@doc/'error-message').inner_html end |