Class: RuboCop::Schema::Attribute
- Inherits:
-
Struct
- Object
- Struct
- RuboCop::Schema::Attribute
- Defined in:
- lib/rubocop/schema/value_objects.rb
Instance Attribute Summary collapse
-
#default ⇒ Object
Returns the value of attribute default.
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#default ⇒ Object
Returns the value of attribute default
4 5 6 |
# File 'lib/rubocop/schema/value_objects.rb', line 4 def default @default end |
#name ⇒ Object
Returns the value of attribute name
4 5 6 |
# File 'lib/rubocop/schema/value_objects.rb', line 4 def name @name end |
#type ⇒ Object
Returns the value of attribute type
4 5 6 |
# File 'lib/rubocop/schema/value_objects.rb', line 4 def type @type end |