Method: Cequel::Schema::TableProperty#initialize

Defined in:
lib/cequel/schema/table_property.rb

#initialize(name, value) ⇒ TableProperty

Returns a new instance of TableProperty.

Since:

  • 1.0.0



33
34
35
36
# File 'lib/cequel/schema/table_property.rb', line 33

def initialize(name, value)
  @name = name
  self.normalized_value = value
end