Class: Unit::Schema::Attribute
- Inherits:
-
Struct
- Object
- Struct
- Unit::Schema::Attribute
- Defined in:
- lib/unit-ruby/util/schema.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#readonly ⇒ Object
Returns the value of attribute readonly.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
3 4 5 |
# File 'lib/unit-ruby/util/schema.rb', line 3 def name @name end |
#readonly ⇒ Object
Returns the value of attribute readonly
3 4 5 |
# File 'lib/unit-ruby/util/schema.rb', line 3 def readonly @readonly end |
#type ⇒ Object
Returns the value of attribute type
3 4 5 |
# File 'lib/unit-ruby/util/schema.rb', line 3 def type @type end |