Module: Croods::Resource::Identifier
- Defined in:
- lib/croods/resource/identifier.rb
Instance Method Summary collapse
Instance Method Details
#identifier(attribute = nil) ⇒ Object
6 7 8 9 10 |
# File 'lib/croods/resource/identifier.rb', line 6 def identifier(attribute = nil) return @identifier ||= :id unless attribute @identifier = attribute end |