Module: Markety::Command

Defined in:
lib/markety/command.rb,
lib/markety/command/get_lead.rb,
lib/markety/command/sync_lead.rb,
lib/markety/command/list_operation.rb,
lib/markety/command/get_custom_object.rb,
lib/markety/command/sync_custom_object.rb

Overview

All Command submodules are included in the Markety::Client class. They are implemented in separate modules only for maintainability (specifically, to keep Markety::Client from becoming huge).

Defined Under Namespace

Modules: GetCustomObject, GetLead, ListOperation, SyncCustomObject, SyncLead