Class: ActiveRecord::ConnectionAdapters::HyperColumnDefinition

Inherits:
Struct
  • Object
show all
Defined in:
lib/active_record/connection_adapters/hyper_table_definition.rb

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#baseObject

Returns the value of attribute base

Returns:

  • (Object)

    the current value of base



7
8
9
# File 'lib/active_record/connection_adapters/hyper_table_definition.rb', line 7

def base
  @base
end

#limitObject

Returns the value of attribute limit

Returns:

  • (Object)

    the current value of limit



7
8
9
# File 'lib/active_record/connection_adapters/hyper_table_definition.rb', line 7

def limit
  @limit
end

#max_versionsObject

Returns the value of attribute max_versions

Returns:

  • (Object)

    the current value of max_versions



7
8
9
# File 'lib/active_record/connection_adapters/hyper_table_definition.rb', line 7

def max_versions
  @max_versions
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



7
8
9
# File 'lib/active_record/connection_adapters/hyper_table_definition.rb', line 7

def name
  @name
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



7
8
9
# File 'lib/active_record/connection_adapters/hyper_table_definition.rb', line 7

def options
  @options
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



7
8
9
# File 'lib/active_record/connection_adapters/hyper_table_definition.rb', line 7

def type
  @type
end