Class: UR::Serialize::Message::Data
- Inherits:
-
Struct
- Object
- Struct
- UR::Serialize::Message::Data
- Defined in:
- lib/serialize.rb
Instance Attribute Summary collapse
-
#level ⇒ Object
Returns the value of attribute level.
-
#message ⇒ Object
Returns the value of attribute message.
-
#source ⇒ Object
Returns the value of attribute source.
Instance Attribute Details
#level ⇒ Object
Returns the value of attribute level
27 28 29 |
# File 'lib/serialize.rb', line 27 def level @level end |
#message ⇒ Object
Returns the value of attribute message
27 28 29 |
# File 'lib/serialize.rb', line 27 def end |
#source ⇒ Object
Returns the value of attribute source
27 28 29 |
# File 'lib/serialize.rb', line 27 def source @source end |