Class: ByteBoozer2::Cruncher::NewNode

Inherits:
Struct
  • Object
show all
Defined in:
lib/byteboozer2/cruncher.rb

Instance Attribute Summary collapse

Instance Attribute Details

#costObject

Returns the value of attribute cost

Returns:

  • (Object)

    the current value of cost



20
21
22
# File 'lib/byteboozer2/cruncher.rb', line 20

def cost
  @cost
end

#lit_lenObject

Returns the value of attribute lit_len

Returns:

  • (Object)

    the current value of lit_len



20
21
22
# File 'lib/byteboozer2/cruncher.rb', line 20

def lit_len
  @lit_len
end

#nextObject

Returns the value of attribute next

Returns:

  • (Object)

    the current value of next



20
21
22
# File 'lib/byteboozer2/cruncher.rb', line 20

def next
  @next
end

#offsetObject

Returns the value of attribute offset

Returns:

  • (Object)

    the current value of offset



20
21
22
# File 'lib/byteboozer2/cruncher.rb', line 20

def offset
  @offset
end