Class: Socketlab::MessageFailedItem
- Inherits:
-
Object
- Object
- Socketlab::MessageFailedItem
- Includes:
- Item
- Defined in:
- lib/socketlab/message_failed_item.rb
Instance Attribute Summary collapse
-
#failure_code ⇒ Object
Returns the value of attribute failure_code.
-
#failure_type ⇒ Object
Returns the value of attribute failure_type.
-
#reason ⇒ Object
Returns the value of attribute reason.
Method Summary
Methods included from Item
Instance Attribute Details
#failure_code ⇒ Object
Returns the value of attribute failure_code.
4 5 6 |
# File 'lib/socketlab/message_failed_item.rb', line 4 def failure_code @failure_code end |
#failure_type ⇒ Object
Returns the value of attribute failure_type.
4 5 6 |
# File 'lib/socketlab/message_failed_item.rb', line 4 def failure_type @failure_type end |
#reason ⇒ Object
Returns the value of attribute reason.
4 5 6 |
# File 'lib/socketlab/message_failed_item.rb', line 4 def reason @reason end |