Class: Llv::GroupStore::Line
- Inherits:
-
Struct
- Object
- Struct
- Llv::GroupStore::Line
- Defined in:
- lib/llv/group_store.rb
Instance Attribute Summary collapse
-
#at ⇒ Object
Returns the value of attribute at.
-
#payload ⇒ Object
Returns the value of attribute payload.
-
#plain ⇒ Object
Returns the value of attribute plain.
-
#raw ⇒ Object
Returns the value of attribute raw.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#at ⇒ Object
Returns the value of attribute at
34 35 36 |
# File 'lib/llv/group_store.rb', line 34 def at @at end |
#payload ⇒ Object
Returns the value of attribute payload
34 35 36 |
# File 'lib/llv/group_store.rb', line 34 def payload @payload end |
#plain ⇒ Object
Returns the value of attribute plain
34 35 36 |
# File 'lib/llv/group_store.rb', line 34 def plain @plain end |
#raw ⇒ Object
Returns the value of attribute raw
34 35 36 |
# File 'lib/llv/group_store.rb', line 34 def raw @raw end |
#type ⇒ Object
Returns the value of attribute type
34 35 36 |
# File 'lib/llv/group_store.rb', line 34 def type @type end |