Class: Reactive::MetaModel::Column

Inherits:
Object
  • Object
show all
Defined in:
lib/reactive-core/meta_model.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject (readonly)

Returns the value of attribute name.



29
30
31
# File 'lib/reactive-core/meta_model.rb', line 29

def name
  @name
end

#primaryObject (readonly) Also known as: primary?

Returns the value of attribute primary.



29
30
31
# File 'lib/reactive-core/meta_model.rb', line 29

def primary
  @primary
end

#typeObject (readonly)

Returns the value of attribute type.



29
30
31
# File 'lib/reactive-core/meta_model.rb', line 29

def type
  @type
end