Class: Pack::Window::Unpacked

Inherits:
Struct
  • Object
show all
Extended by:
Forwardable
Defined in:
lib/pack/window.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



6
7
8
# File 'lib/pack/window.rb', line 6

def data
  @data
end

#delta_indexObject

Returns the value of attribute delta_index.



10
11
12
# File 'lib/pack/window.rb', line 10

def delta_index
  @delta_index
end

#entryObject

Returns the value of attribute entry

Returns:

  • (Object)

    the current value of entry



6
7
8
# File 'lib/pack/window.rb', line 6

def entry
  @entry
end