Class: Fixably::Order::Note

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

Constant Summary collapse

ALLOWED_TYPES =
%w[DIAGNOSIS INTERNAL ISSUE RESOLUTION].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