Method: CassandraObject::AttributeMethods#write_attribute
- Defined in:
- lib/cassandra_object/attribute_methods.rb
#write_attribute(name, value) ⇒ Object
42 43 44 |
# File 'lib/cassandra_object/attribute_methods.rb', line 42 def write_attribute(name, value) @attributes[name.to_s] = self.class.typecast_attribute(self, name, value) end |