Module: Restio::Extension::Attribute
- Defined in:
- lib/restio/extension/attribute.rb
Instance Method Summary collapse
- #rest_attributes(*attributes) ⇒ Object (also: #rest_attribute)
Instance Method Details
#rest_attributes(*attributes) ⇒ Object Also known as: rest_attribute
4 5 6 7 8 |
# File 'lib/restio/extension/attribute.rb', line 4 def rest_attributes *attributes attributes.each do |name| rest.add_attribute name end end |