Class: Karper::Message::Error
- Inherits:
-
Struct
- Object
- Struct
- Karper::Message::Error
- Defined in:
- lib/karper/message.rb
Instance Attribute Summary collapse
-
#attributes ⇒ Object
Returns the value of attribute attributes.
-
#command ⇒ Object
Returns the value of attribute command.
-
#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
26 27 28 |
# File 'lib/karper/message.rb', line 26 def attributes @attributes end |
#command ⇒ Object
Returns the value of attribute command
26 27 28 |
# File 'lib/karper/message.rb', line 26 def command @command end |
#error_code ⇒ Object
Returns the value of attribute error_code
26 27 28 |
# File 'lib/karper/message.rb', line 26 def error_code @error_code end |
#error_message ⇒ Object
Returns the value of attribute error_message
26 27 28 |
# File 'lib/karper/message.rb', line 26 def @error_message end |
#newt ⇒ Object
Returns the value of attribute newt
26 27 28 |
# File 'lib/karper/message.rb', line 26 def newt @newt end |