Module: Ripple::AttributeMethods::Read

Extended by:
ActiveSupport::Concern
Defined in:
ripple/lib/ripple/attribute_methods/read.rb

Instance Method Summary (collapse)

Instance Method Details

- (Object) [](attr_name)



26
27
28
# File 'ripple/lib/ripple/attribute_methods/read.rb', line 26

def [](attr_name)
  attribute(attr_name)
end