Module: Ripple::AttributeMethods::ClassMethods
- Defined in:
- ripple/lib/ripple/attribute_methods.rb
Instance Method Summary (collapse)
-
- (Object) define_attribute_methods
Generates all the attribute-related methods for properties defined on the document, including accessors, mutators and query methods.
Instance Method Details
- (Object) define_attribute_methods
Generates all the attribute-related methods for properties defined on the document, including accessors, mutators and query methods.
51 52 53 |
# File 'ripple/lib/ripple/attribute_methods.rb', line 51 def define_attribute_methods super(properties.keys) end |