Class: Nem::Model::Heartbeat
- Inherits:
-
Object
- Object
- Nem::Model::Heartbeat
- Includes:
- Nem::Mixin::Assignable
- Defined in:
- lib/nem/model/heartbeat.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
readonly
Returns the value of attribute code.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Method Summary
Methods included from Nem::Mixin::Assignable
Instance Attribute Details
#code ⇒ Object (readonly)
Returns the value of attribute code.
6 7 8 |
# File 'lib/nem/model/heartbeat.rb', line 6 def code @code end |
#message ⇒ Object (readonly)
Returns the value of attribute message.
6 7 8 |
# File 'lib/nem/model/heartbeat.rb', line 6 def @message end |
#type ⇒ Object (readonly)
Returns the value of attribute type.
6 7 8 |
# File 'lib/nem/model/heartbeat.rb', line 6 def type @type end |