Class: Async::Utilization::Schema::Field
- Inherits:
-
Data
- Object
- Data
- Async::Utilization::Schema::Field
- Defined in:
- lib/async/utilization/schema.rb
Overview
Represents a field in the schema with its name, type, and offset.
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#offset ⇒ Object
readonly
Returns the value of attribute offset.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name
25 26 27 |
# File 'lib/async/utilization/schema.rb', line 25 def name @name end |
#offset ⇒ Object (readonly)
Returns the value of attribute offset
25 26 27 |
# File 'lib/async/utilization/schema.rb', line 25 def offset @offset end |
#type ⇒ Object (readonly)
Returns the value of attribute type
25 26 27 |
# File 'lib/async/utilization/schema.rb', line 25 def type @type end |