Class: Llv::GroupStore::Line

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

Instance Attribute Summary collapse

Instance Attribute Details

#atObject

Returns the value of attribute at

Returns:

  • (Object)

    the current value of at



34
35
36
# File 'lib/llv/group_store.rb', line 34

def at
  @at
end

#payloadObject

Returns the value of attribute payload

Returns:

  • (Object)

    the current value of payload



34
35
36
# File 'lib/llv/group_store.rb', line 34

def payload
  @payload
end

#plainObject

Returns the value of attribute plain

Returns:

  • (Object)

    the current value of plain



34
35
36
# File 'lib/llv/group_store.rb', line 34

def plain
  @plain
end

#rawObject

Returns the value of attribute raw

Returns:

  • (Object)

    the current value of raw



34
35
36
# File 'lib/llv/group_store.rb', line 34

def raw
  @raw
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



34
35
36
# File 'lib/llv/group_store.rb', line 34

def type
  @type
end