Class: Karper::Message::Note
- Inherits:
-
Struct
- Object
- Struct
- Karper::Message::Note
- Defined in:
- lib/karper/message.rb
Instance Attribute Summary collapse
-
#attributes ⇒ Object
Returns the value of attribute attributes.
-
#error_code ⇒ Object
Returns the value of attribute error_code.
-
#error_message ⇒ Object
Returns the value of attribute error_message.
-
#newt ⇒ Object
Returns the value of attribute newt.
Instance Attribute Details
#attributes ⇒ Object
Returns the value of attribute attributes
27 28 29 |
# File 'lib/karper/message.rb', line 27 def attributes @attributes end |
#error_code ⇒ Object
Returns the value of attribute error_code
27 28 29 |
# File 'lib/karper/message.rb', line 27 def error_code @error_code end |
#error_message ⇒ Object
Returns the value of attribute error_message
27 28 29 |
# File 'lib/karper/message.rb', line 27 def @error_message end |
#newt ⇒ Object
Returns the value of attribute newt
27 28 29 |
# File 'lib/karper/message.rb', line 27 def newt @newt end |