Module: Ripple::AttributeMethods::Read

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

Instance Method Summary collapse

Instance Method Details

#[](attr_name) ⇒ Object



14
15
16
# File 'lib/ripple/attribute_methods/read.rb', line 14

def [](attr_name)
  attribute(attr_name)
end