Class: Fixably::Order

Inherits:
ApplicationResource show all
Defined in:
lib/fixably/resources/order.rb

Defined Under Namespace

Classes: Contact, Line, Note, Task

Constant Summary collapse

ALLOWED_INTERNAL_LOCATIONS =

TODO has_one :store

%w[CUSTOMER DEALER_SHOP IN_TRANSIT SERVICE STORE].freeze

Instance Attribute Summary

Attributes inherited from ApplicationResource

#parent_association

Method Summary

Methods inherited from ApplicationResource

#initialize, site

Methods included from Authorization

#headers

Methods included from LoadFromResponse

#load

Methods included from Encoding

#encode

Methods included from Actions

#destroy, included, #save, #save!

Constructor Details

This class inherits a constructor from Fixably::ApplicationResource