Class: Mittsu::DynamicBufferAttribute::UpdateRange
- Inherits:
-
Struct
- Object
- Struct
- Mittsu::DynamicBufferAttribute::UpdateRange
- Defined in:
- lib/mittsu/core/dynamic_buffer_attribute.rb
Instance Attribute Summary collapse
-
#count ⇒ Object
Returns the value of attribute count.
-
#offset ⇒ Object
Returns the value of attribute offset.
Instance Attribute Details
#count ⇒ Object
Returns the value of attribute count
3 4 5 |
# File 'lib/mittsu/core/dynamic_buffer_attribute.rb', line 3 def count @count end |
#offset ⇒ Object
Returns the value of attribute offset
3 4 5 |
# File 'lib/mittsu/core/dynamic_buffer_attribute.rb', line 3 def offset @offset end |