Class: ActiveNetsuite::CampaignEventResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/activenetsuite/soap/default.rb

Overview

urn:marketing_2013_2urn:marketing_2013_2.listsurn:marketing_2013_2.lists.webservicesurn:marketing_2013_2.lists.webservices.netsuiteurn:marketing_2013_2.lists.webservices.netsuite.comCampaignEventResponse

name - SOAP::SOAPString
type - SOAP::SOAPString
dateSent - SOAP::SOAPDateTime
sent - SOAP::SOAPDouble
opened - SOAP::SOAPDouble
openedRatio - SOAP::SOAPDouble
clickedThru - SOAP::SOAPDouble
clickedThruRatio - SOAP::SOAPDouble
responded - SOAP::SOAPLong
respondedRatio - SOAP::SOAPDouble
unsubscribed - SOAP::SOAPLong
unsubscribedRatio - SOAP::SOAPDouble
bounced - SOAP::SOAPLong
bouncedRatio - SOAP::SOAPDouble

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, type = nil, dateSent = nil, sent = nil, opened = nil, openedRatio = nil, clickedThru = nil, clickedThruRatio = nil, responded = nil, respondedRatio = nil, unsubscribed = nil, unsubscribedRatio = nil, bounced = nil, bouncedRatio = nil) ⇒ CampaignEventResponse



62653
62654
62655
62656
62657
62658
62659
62660
62661
62662
62663
62664
62665
62666
62667
62668
# File 'lib/activenetsuite/soap/default.rb', line 62653

def initialize(name = nil, type = nil, dateSent = nil, sent = nil, opened = nil, openedRatio = nil, clickedThru = nil, clickedThruRatio = nil, responded = nil, respondedRatio = nil, unsubscribed = nil, unsubscribedRatio = nil, bounced = nil, bouncedRatio = nil)
  @name = name
  @type = type
  @dateSent = dateSent
  @sent = sent
  @opened = opened
  @openedRatio = openedRatio
  @clickedThru = clickedThru
  @clickedThruRatio = clickedThruRatio
  @responded = responded
  @respondedRatio = respondedRatio
  @unsubscribed = unsubscribed
  @unsubscribedRatio = unsubscribedRatio
  @bounced = bounced
  @bouncedRatio = bouncedRatio
end

Instance Attribute Details

#bouncedObject

Returns the value of attribute bounced.



62650
62651
62652
# File 'lib/activenetsuite/soap/default.rb', line 62650

def bounced
  @bounced
end

#bouncedRatioObject

Returns the value of attribute bouncedRatio.



62651
62652
62653
# File 'lib/activenetsuite/soap/default.rb', line 62651

def bouncedRatio
  @bouncedRatio
end

#clickedThruObject

Returns the value of attribute clickedThru.



62644
62645
62646
# File 'lib/activenetsuite/soap/default.rb', line 62644

def clickedThru
  @clickedThru
end

#clickedThruRatioObject

Returns the value of attribute clickedThruRatio.



62645
62646
62647
# File 'lib/activenetsuite/soap/default.rb', line 62645

def clickedThruRatio
  @clickedThruRatio
end

#dateSentObject

Returns the value of attribute dateSent.



62640
62641
62642
# File 'lib/activenetsuite/soap/default.rb', line 62640

def dateSent
  @dateSent
end

#nameObject

Returns the value of attribute name.



62638
62639
62640
# File 'lib/activenetsuite/soap/default.rb', line 62638

def name
  @name
end

#openedObject

Returns the value of attribute opened.



62642
62643
62644
# File 'lib/activenetsuite/soap/default.rb', line 62642

def opened
  @opened
end

#openedRatioObject

Returns the value of attribute openedRatio.



62643
62644
62645
# File 'lib/activenetsuite/soap/default.rb', line 62643

def openedRatio
  @openedRatio
end

#respondedObject

Returns the value of attribute responded.



62646
62647
62648
# File 'lib/activenetsuite/soap/default.rb', line 62646

def responded
  @responded
end

#respondedRatioObject

Returns the value of attribute respondedRatio.



62647
62648
62649
# File 'lib/activenetsuite/soap/default.rb', line 62647

def respondedRatio
  @respondedRatio
end

#sentObject

Returns the value of attribute sent.



62641
62642
62643
# File 'lib/activenetsuite/soap/default.rb', line 62641

def sent
  @sent
end

#typeObject

Returns the value of attribute type.



62639
62640
62641
# File 'lib/activenetsuite/soap/default.rb', line 62639

def type
  @type
end

#unsubscribedObject

Returns the value of attribute unsubscribed.



62648
62649
62650
# File 'lib/activenetsuite/soap/default.rb', line 62648

def unsubscribed
  @unsubscribed
end

#unsubscribedRatioObject

Returns the value of attribute unsubscribedRatio.



62649
62650
62651
# File 'lib/activenetsuite/soap/default.rb', line 62649

def unsubscribedRatio
  @unsubscribedRatio
end