Class: Boxxspring::Property
- Defined in:
- lib/boxxspring/resources/property.rb
Instance Method Summary collapse
Methods inherited from Base
field, has_many, has_one, inherited, #initialize
Constructor Details
This class inherits a constructor from Boxxspring::Base
Instance Method Details
#operation(path) ⇒ Object
31 32 33 |
# File 'lib/boxxspring/resources/property.rb', line 31 def operation( path ) Boxxspring::Operation.new( File.join( '/properties', self.id.to_s, path ) ) end |