Class: Rentvine::WorkOrder

Inherits:
RentvineModel show all
Defined in:
lib/rentvine/model/work_order.rb

Instance Method Summary collapse

Methods inherited from RentvineModel

#error?, #to_rentvine_hash

Constructor Details

#initialize(data = {}) ⇒ WorkOrder

Returns a new instance of WorkOrder.



3
4
5
# File 'lib/rentvine/model/work_order.rb', line 3

def initialize(data = {})
  super(data)
end