Class: PurposePlatformQueuedClient::Client
- Inherits:
-
Vertebrae::API
- Object
- Vertebrae::API
- PurposePlatformQueuedClient::Client
- Defined in:
- lib/purpose-platform-queued-client/client.rb
Instance Method Summary collapse
Instance Method Details
#action ⇒ Object
3 4 5 |
# File 'lib/purpose-platform-queued-client/client.rb', line 3 def action @action ||= PurposePlatformQueuedClient::Action.new(client: self) end |
#unsubscribe ⇒ Object
7 8 9 |
# File 'lib/purpose-platform-queued-client/client.rb', line 7 def unsubscribe @unsubscribe ||= PurposePlatformQueuedClient::Unsubscribe.new(client: self) end |