Module: SelectiveAttributeProxy::ClassMethods
- Defined in:
- lib/aws/s3/extensions.rb
Instance Method Summary collapse
Instance Method Details
permalink #proxy_to(attribute_name, options = {}) ⇒ Object
[View source]
299 300 301 302 303 304 305 306 |
# File 'lib/aws/s3/extensions.rb', line 299 def proxy_to(attribute_name, = {}) if attribute_name.is_a?(Hash) = attribute_name else self.attribute_proxy = attribute_name end self. = end |