Class: Telm::Core::Resource::Column
- Inherits:
-
Struct
- Object
- Struct
- Telm::Core::Resource::Column
- Defined in:
- lib/telm/core/resource.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.
-
#sql_type ⇒ Object
Returns the value of attribute sql_type.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#default ⇒ Object
Returns the value of attribute default
8 9 10 |
# File 'lib/telm/core/resource.rb', line 8 def default @default end |
#name ⇒ Object
Returns the value of attribute name
8 9 10 |
# File 'lib/telm/core/resource.rb', line 8 def name @name end |
#null ⇒ Object
Returns the value of attribute null
8 9 10 |
# File 'lib/telm/core/resource.rb', line 8 def null @null end |
#sql_type ⇒ Object
Returns the value of attribute sql_type
8 9 10 |
# File 'lib/telm/core/resource.rb', line 8 def sql_type @sql_type end |
#type ⇒ Object
Returns the value of attribute type
8 9 10 |
# File 'lib/telm/core/resource.rb', line 8 def type @type end |