Class: HDF5::Slice

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

Instance Attribute Summary collapse

Instance Attribute Details

#rangeObject

Returns the value of attribute range

Returns:

  • (Object)

    the current value of range



25
26
27
# File 'lib/hdf5.rb', line 25

def range
  @range
end

#stepObject

Returns the value of attribute step

Returns:

  • (Object)

    the current value of step



25
26
27
# File 'lib/hdf5.rb', line 25

def step
  @step
end