Class: Campaigning::SubscriberCustomField
- Inherits:
-
Object
- Object
- Campaigning::SubscriberCustomField
- Defined in:
- lib/campaigning/soap/generated/default.rb
Overview
/SubscriberCustomField
key - SOAP::SOAPString
value - SOAP::SOAPString
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(key = nil, value = nil) ⇒ SubscriberCustomField
constructor
A new instance of SubscriberCustomField.
Constructor Details
#initialize(key = nil, value = nil) ⇒ SubscriberCustomField
Returns a new instance of SubscriberCustomField.
412 413 414 415 |
# File 'lib/campaigning/soap/generated/default.rb', line 412 def initialize(key = nil, value = nil) @key = key @value = value end |
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key.
409 410 411 |
# File 'lib/campaigning/soap/generated/default.rb', line 409 def key @key end |
#value ⇒ Object
Returns the value of attribute value.
410 411 412 |
# File 'lib/campaigning/soap/generated/default.rb', line 410 def value @value end |