Method: Cequel::Schema::TableProperty#initialize
- Defined in:
- lib/cequel/schema/table_property.rb
#initialize(name, value) ⇒ TableProperty
Returns a new instance of TableProperty.
33 34 35 36 |
# File 'lib/cequel/schema/table_property.rb', line 33 def initialize(name, value) @name = name self.normalized_value = value end |