Class: Pcrd::Schema::TypeRegistry::TypeInfo
- Inherits:
-
Data
- Object
- Data
- Pcrd::Schema::TypeRegistry::TypeInfo
- Defined in:
- lib/pcrd/schema/type_registry.rb
Instance Attribute Summary collapse
-
#alignment ⇒ Object
readonly
Returns the value of attribute alignment.
-
#canonical_name ⇒ Object
readonly
Returns the value of attribute canonical_name.
-
#fixed_size ⇒ Object
readonly
Returns the value of attribute fixed_size.
Instance Attribute Details
#alignment ⇒ Object (readonly)
Returns the value of attribute alignment
12 13 14 |
# File 'lib/pcrd/schema/type_registry.rb', line 12 def alignment @alignment end |
#canonical_name ⇒ Object (readonly)
Returns the value of attribute canonical_name
12 13 14 |
# File 'lib/pcrd/schema/type_registry.rb', line 12 def canonical_name @canonical_name end |
#fixed_size ⇒ Object (readonly)
Returns the value of attribute fixed_size
12 13 14 |
# File 'lib/pcrd/schema/type_registry.rb', line 12 def fixed_size @fixed_size end |