Class: Postal::Lmapi::UrlTrackingStruct

Inherits:
Object
  • Object
show all
Defined in:
lib/postal/lmapi/lmapi.rb

Overview

http://tempuri.org/ns1.xsdUrlTrackingStruct

uniqueOpens - SOAP::SOAPString
opens - SOAP::SOAPString
url - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(uniqueOpens = nil, opens = nil, url = nil) ⇒ UrlTrackingStruct

Returns a new instance of UrlTrackingStruct.



152
153
154
155
156
# File 'lib/postal/lmapi/lmapi.rb', line 152

def initialize(uniqueOpens = nil, opens = nil, url = nil)
  @uniqueOpens = uniqueOpens
  @opens = opens
  @url = url
end

Instance Attribute Details

#opensObject

Returns the value of attribute opens.



149
150
151
# File 'lib/postal/lmapi/lmapi.rb', line 149

def opens
  @opens
end

#uniqueOpensObject

Returns the value of attribute uniqueOpens.



148
149
150
# File 'lib/postal/lmapi/lmapi.rb', line 148

def uniqueOpens
  @uniqueOpens
end

#urlObject

Returns the value of attribute url.



150
151
152
# File 'lib/postal/lmapi/lmapi.rb', line 150

def url
  @url
end