Class: Karper::Message::Note

Inherits:
Struct
  • Object
show all
Defined in:
lib/karper/message.rb

Instance Attribute Summary collapse

Instance Attribute Details

#attributesObject

Returns the value of attribute attributes

Returns:

  • (Object)

    the current value of attributes



27
28
29
# File 'lib/karper/message.rb', line 27

def attributes
  @attributes
end

#error_codeObject

Returns the value of attribute error_code

Returns:

  • (Object)

    the current value of error_code



27
28
29
# File 'lib/karper/message.rb', line 27

def error_code
  @error_code
end

#error_messageObject

Returns the value of attribute error_message

Returns:

  • (Object)

    the current value of error_message



27
28
29
# File 'lib/karper/message.rb', line 27

def error_message
  @error_message
end

#newtObject

Returns the value of attribute newt

Returns:

  • (Object)

    the current value of newt



27
28
29
# File 'lib/karper/message.rb', line 27

def newt
  @newt
end