Module: ActiveCampaignRuby::Core::Deals

Included in:
ActiveCampaignRuby::Client
Defined in:
lib/active_campaign_ruby/core/deals.rb

Instance Method Summary collapse

Instance Method Details

#deal_add(options = {}) ⇒ Object



20
21
22
# File 'lib/active_campaign_ruby/core/deals.rb', line 20

def deal_add(options = {})
  post __method__, options
end

#deal_delete(options = {}) ⇒ Object



24
25
26
# File 'lib/active_campaign_ruby/core/deals.rb', line 24

def deal_delete(options = {})
  post __method__, options
end

#deal_edit(options = {}) ⇒ Object



28
29
30
# File 'lib/active_campaign_ruby/core/deals.rb', line 28

def deal_edit(options = {})
  post __method__, options
end

#deal_get(options = {}) ⇒ Object



4
5
6
# File 'lib/active_campaign_ruby/core/deals.rb', line 4

def deal_get(options = {})
  get __method__, options
end

#deal_list(options = {}) ⇒ Object



8
9
10
# File 'lib/active_campaign_ruby/core/deals.rb', line 8

def deal_list(options = {})
  get __method__, options
end

#deal_note_add(options = {}) ⇒ Object



32
33
34
# File 'lib/active_campaign_ruby/core/deals.rb', line 32

def deal_note_add(options = {})
  post __method__, options
end

#deal_note_edit(options = {}) ⇒ Object



36
37
38
# File 'lib/active_campaign_ruby/core/deals.rb', line 36

def deal_note_edit(options = {})
  post __method__, options
end

#deal_pipeline_add(options = {}) ⇒ Object



40
41
42
# File 'lib/active_campaign_ruby/core/deals.rb', line 40

def deal_pipeline_add(options = {})
  post __method__, options
end

#deal_pipeline_delete(options = {}) ⇒ Object



44
45
46
# File 'lib/active_campaign_ruby/core/deals.rb', line 44

def deal_pipeline_delete(options = {})
  post __method__, options
end

#deal_pipeline_edit(options = {}) ⇒ Object



48
49
50
# File 'lib/active_campaign_ruby/core/deals.rb', line 48

def deal_pipeline_edit(options = {})
  post __method__, options
end

#deal_pipeline_list(options = {}) ⇒ Object



12
13
14
# File 'lib/active_campaign_ruby/core/deals.rb', line 12

def deal_pipeline_list(options = {})
  get __method__, options
end

#deal_stage_add(options = {}) ⇒ Object



52
53
54
# File 'lib/active_campaign_ruby/core/deals.rb', line 52

def deal_stage_add(options = {})
  post __method__, options
end

#deal_stage_delete(options = {}) ⇒ Object



56
57
58
# File 'lib/active_campaign_ruby/core/deals.rb', line 56

def deal_stage_delete(options = {})
  post __method__, options
end

#deal_stage_edit(options = {}) ⇒ Object



60
61
62
# File 'lib/active_campaign_ruby/core/deals.rb', line 60

def deal_stage_edit(options = {})
  post __method__, options
end

#deal_stage_list(options = {}) ⇒ Object



16
17
18
# File 'lib/active_campaign_ruby/core/deals.rb', line 16

def deal_stage_list(options = {})
  get __method__, options
end

#deal_task_add(options = {}) ⇒ Object



64
65
66
# File 'lib/active_campaign_ruby/core/deals.rb', line 64

def deal_task_add(options = {})
  post __method__, options
end

#deal_task_edit(options = {}) ⇒ Object



68
69
70
# File 'lib/active_campaign_ruby/core/deals.rb', line 68

def deal_task_edit(options = {})
  post __method__, options
end

#deal_tasktype_add(options = {}) ⇒ Object



72
73
74
# File 'lib/active_campaign_ruby/core/deals.rb', line 72

def deal_tasktype_add(options = {})
  post __method__, options
end

#deal_tasktype_delete(options = {}) ⇒ Object



76
77
78
# File 'lib/active_campaign_ruby/core/deals.rb', line 76

def deal_tasktype_delete(options = {})
  post __method__, options
end

#deal_tasktype_edit(options = {}) ⇒ Object



80
81
82
# File 'lib/active_campaign_ruby/core/deals.rb', line 80

def deal_tasktype_edit(options = {})
  post __method__, options
end