class MarketingConnection::Base
Public Class Methods
new(opts = {})
click to toggle source
# File lib/marketing_connection.rb, line 12 def initialize(opts = {}) puts opts.inspect end
Public Instance Methods
deliveries()
click to toggle source
# File lib/marketing_connection.rb, line 20 def deliveries MarketingConnection::Delivery.new end
guns()
click to toggle source
# File lib/marketing_connection.rb, line 28 def guns MarketingConnection::Gun.new(self) end
lists()
click to toggle source
# File lib/marketing_connection.rb, line 16 def lists MarketingConnection::List.new(self) end
templates()
click to toggle source
# File lib/marketing_connection.rb, line 24 def templates MarketingConnection::Template.new(self) end