lib/portatext/command/api/campaigns.rb in portatext-1.4.4 vs lib/portatext/command/api/campaigns.rb in portatext-1.5.0
- old
+ new
@@ -30,21 +30,9 @@
def csv(file)
set :file, file
end
- def use_template(template_id, variables)
- set :settings, template_id: template_id, variables: variables
- end
-
- def text(text)
- set :settings, text: text
- end
-
- def from_service(service_id)
- set :service_id, service_id
- end
-
def all_subscribers
set :all_subscribers, true
end
def page(page)