Class: RailsVisualizer::Schema::Cache::Col

Inherits:
Struct
  • Object
show all
Defined in:
lib/rails_visualizer/schema/cache.rb

Instance Attribute Summary collapse

Instance Attribute Details

#defaultObject

Returns the value of attribute default

Returns:

  • (Object)

    the current value of default



9
10
11
# File 'lib/rails_visualizer/schema/cache.rb', line 9

def default
  @default
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/rails_visualizer/schema/cache.rb', line 9

def name
  @name
end

#nullObject

Returns the value of attribute null

Returns:

  • (Object)

    the current value of null



9
10
11
# File 'lib/rails_visualizer/schema/cache.rb', line 9

def null
  @null
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



9
10
11
# File 'lib/rails_visualizer/schema/cache.rb', line 9

def type
  @type
end