Module: RTrail::Methods::Close
Overview
module Delete
Instance Method Summary collapse
Instance Method Details
#close ⇒ Object
45 46 47 |
# File 'lib/rtrail/methods.rb', line 45 def close client.post("close_#{self.class.basename}/#{self.id}") end |