Class: ActiveRecord::ConnectionAdapters::HyperColumnDefinition
- Inherits:
-
Struct
- Object
- Struct
- ActiveRecord::ConnectionAdapters::HyperColumnDefinition
- Defined in:
- lib/active_record/connection_adapters/hyper_table_definition.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#base ⇒ Object
Returns the value of attribute base.
-
#limit ⇒ Object
Returns the value of attribute limit.
-
#max_versions ⇒ Object
Returns the value of attribute max_versions.
-
#name ⇒ Object
Returns the value of attribute name.
-
#options ⇒ Object
Returns the value of attribute options.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#base ⇒ Object
Returns the value of attribute base
3 4 5 |
# File 'lib/active_record/connection_adapters/hyper_table_definition.rb', line 3 def base @base end |
#limit ⇒ Object
Returns the value of attribute limit
3 4 5 |
# File 'lib/active_record/connection_adapters/hyper_table_definition.rb', line 3 def limit @limit end |
#max_versions ⇒ Object
Returns the value of attribute max_versions
3 4 5 |
# File 'lib/active_record/connection_adapters/hyper_table_definition.rb', line 3 def max_versions @max_versions end |
#name ⇒ Object
Returns the value of attribute name
3 4 5 |
# File 'lib/active_record/connection_adapters/hyper_table_definition.rb', line 3 def name @name end |
#options ⇒ Object
Returns the value of attribute options
3 4 5 |
# File 'lib/active_record/connection_adapters/hyper_table_definition.rb', line 3 def @options end |
#type ⇒ Object
Returns the value of attribute type
3 4 5 |
# File 'lib/active_record/connection_adapters/hyper_table_definition.rb', line 3 def type @type end |