Class: Telm::Core::Resource::Column

Inherits:
Struct
  • Object
show all
Defined in:
lib/telm/core/resource.rb

Instance Attribute Summary collapse

Instance Attribute Details

#defaultObject

Returns the value of attribute default

Returns:

  • (Object)

    the current value of default



8
9
10
# File 'lib/telm/core/resource.rb', line 8

def default
  @default
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



8
9
10
# File 'lib/telm/core/resource.rb', line 8

def name
  @name
end

#nullObject

Returns the value of attribute null

Returns:

  • (Object)

    the current value of null



8
9
10
# File 'lib/telm/core/resource.rb', line 8

def null
  @null
end

#sql_typeObject

Returns the value of attribute sql_type

Returns:

  • (Object)

    the current value of sql_type



8
9
10
# File 'lib/telm/core/resource.rb', line 8

def sql_type
  @sql_type
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



8
9
10
# File 'lib/telm/core/resource.rb', line 8

def type
  @type
end