Class: Payrix::Resource::MessageThreads
- Defined in:
- lib/payrix/resource/message_threads.rb
Constant Summary collapse
- ATTRS =
[:id, :created, :modified, :creator, :modifier, :login, :forlogin, :hold, :entityReturn, :opposingMessageThread, :folder, :sender, :recipient, :subject]
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(params) ⇒ MessageThreads
constructor
A new instance of MessageThreads.
Methods included from Payrix::Resource::Mixin::CreateDisabled
Methods included from Payrix::Resource::Mixin::DeleteDisabled
Methods inherited from Base
#create, #delete, #details, #has_errors?, #has_more?, #request_options, #request_options=, #response, #retrieve, #set, #status, #to_json, #totals, #update
Constructor Details
#initialize(params) ⇒ MessageThreads
Returns a new instance of MessageThreads.
7 8 9 10 11 |
# File 'lib/payrix/resource/message_threads.rb', line 7 def initialize(params) super(params, ATTRS) @resource_name = 'messageThreads' end |