Class: Mittsu::DynamicBufferAttribute::UpdateRange

Inherits:
Struct
  • Object
show all
Defined in:
lib/mittsu/core/dynamic_buffer_attribute.rb

Instance Attribute Summary collapse

Instance Attribute Details

#countObject

Returns the value of attribute count

Returns:

  • (Object)

    the current value of count



3
4
5
# File 'lib/mittsu/core/dynamic_buffer_attribute.rb', line 3

def count
  @count
end

#offsetObject

Returns the value of attribute offset

Returns:

  • (Object)

    the current value of offset



3
4
5
# File 'lib/mittsu/core/dynamic_buffer_attribute.rb', line 3

def offset
  @offset
end