Class: Llv::Parser::Event
- Inherits:
-
Struct
- Object
- Struct
- Llv::Parser::Event
- Defined in:
- lib/llv/parser.rb
Instance Attribute Summary collapse
-
#group_id ⇒ Object
Returns the value of attribute group_id.
-
#group_kind ⇒ Object
Returns the value of attribute group_kind.
-
#group_title ⇒ Object
Returns the value of attribute group_title.
-
#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
#group_id ⇒ Object
Returns the value of attribute group_id
9 10 11 |
# File 'lib/llv/parser.rb', line 9 def group_id @group_id end |
#group_kind ⇒ Object
Returns the value of attribute group_kind
9 10 11 |
# File 'lib/llv/parser.rb', line 9 def group_kind @group_kind end |
#group_title ⇒ Object
Returns the value of attribute group_title
9 10 11 |
# File 'lib/llv/parser.rb', line 9 def group_title @group_title end |
#payload ⇒ Object
Returns the value of attribute payload
9 10 11 |
# File 'lib/llv/parser.rb', line 9 def payload @payload end |
#plain ⇒ Object
Returns the value of attribute plain
9 10 11 |
# File 'lib/llv/parser.rb', line 9 def plain @plain end |
#raw ⇒ Object
Returns the value of attribute raw
9 10 11 |
# File 'lib/llv/parser.rb', line 9 def raw @raw end |
#type ⇒ Object
Returns the value of attribute type
9 10 11 |
# File 'lib/llv/parser.rb', line 9 def type @type end |