Class: JadeSql::SchemaGenerator::Column

Inherits:
Data
  • Object
show all
Defined in:
lib/jade-sql/bin/generate_schema.rb

Instance Attribute Summary collapse

Instance Attribute Details

#jade_typeObject (readonly)

Returns the value of attribute jade_type

Returns:

  • (Object)

    the current value of jade_type



51
52
53
# File 'lib/jade-sql/bin/generate_schema.rb', line 51

def jade_type
  @jade_type
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



51
52
53
# File 'lib/jade-sql/bin/generate_schema.rb', line 51

def name
  @name
end

#nullableObject (readonly)

Returns the value of attribute nullable

Returns:

  • (Object)

    the current value of nullable



51
52
53
# File 'lib/jade-sql/bin/generate_schema.rb', line 51

def nullable
  @nullable
end