class EngagingNetworks::Client

Public Instance Methods

action() click to toggle source
# File lib/engaging_networks/client.rb, line 14
def action
  @action ||= EngagingNetworks::Action.new(client: self)
end
campaign() click to toggle source
# File lib/engaging_networks/client.rb, line 6
def campaign
  @campaign ||= EngagingNetworks::Campaign.new(client: self)
end
supporter() click to toggle source
# File lib/engaging_networks/client.rb, line 10
def supporter
  @supporter ||= EngagingNetworks::Supporter.new(client: self)
end