Class: Llv::Parser::Event

Inherits:
Struct
  • Object
show all
Defined in:
lib/llv/parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#group_idObject

Returns the value of attribute group_id

Returns:

  • (Object)

    the current value of group_id



9
10
11
# File 'lib/llv/parser.rb', line 9

def group_id
  @group_id
end

#group_kindObject

Returns the value of attribute group_kind

Returns:

  • (Object)

    the current value of group_kind



9
10
11
# File 'lib/llv/parser.rb', line 9

def group_kind
  @group_kind
end

#group_titleObject

Returns the value of attribute group_title

Returns:

  • (Object)

    the current value of group_title



9
10
11
# File 'lib/llv/parser.rb', line 9

def group_title
  @group_title
end

#payloadObject

Returns the value of attribute payload

Returns:

  • (Object)

    the current value of payload



9
10
11
# File 'lib/llv/parser.rb', line 9

def payload
  @payload
end

#plainObject

Returns the value of attribute plain

Returns:

  • (Object)

    the current value of plain



9
10
11
# File 'lib/llv/parser.rb', line 9

def plain
  @plain
end

#rawObject

Returns the value of attribute raw

Returns:

  • (Object)

    the current value of raw



9
10
11
# File 'lib/llv/parser.rb', line 9

def raw
  @raw
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



9
10
11
# File 'lib/llv/parser.rb', line 9

def type
  @type
end