Class: RailsVisualizer::Schema::Cache::Col
- Inherits:
-
Struct
- Object
- Struct
- RailsVisualizer::Schema::Cache::Col
- Defined in:
- lib/rails_visualizer/schema/cache.rb
Instance Attribute Summary collapse
-
#default ⇒ Object
Returns the value of attribute default.
-
#name ⇒ Object
Returns the value of attribute name.
-
#null ⇒ Object
Returns the value of attribute null.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#default ⇒ Object
Returns the value of attribute default
9 10 11 |
# File 'lib/rails_visualizer/schema/cache.rb', line 9 def default @default end |
#name ⇒ Object
Returns the value of attribute name
9 10 11 |
# File 'lib/rails_visualizer/schema/cache.rb', line 9 def name @name end |
#null ⇒ Object
Returns the value of attribute null
9 10 11 |
# File 'lib/rails_visualizer/schema/cache.rb', line 9 def null @null end |
#type ⇒ Object
Returns the value of attribute type
9 10 11 |
# File 'lib/rails_visualizer/schema/cache.rb', line 9 def type @type end |