Class: Campaigning::SubscribersGetActiveResponse
- Inherits:
-
Object
- Object
- Campaigning::SubscribersGetActiveResponse
- Defined in:
- lib/campaigning/soap/generated/default.rb
Overview
/Subscribers.GetActiveResponse
subscribers_GetActiveResult - (any)
Instance Attribute Summary collapse
-
#subscribers_GetActiveResult ⇒ Object
Returns the value of attribute subscribers_GetActiveResult.
Instance Method Summary collapse
-
#initialize(subscribers_GetActiveResult = nil) ⇒ SubscribersGetActiveResponse
constructor
A new instance of SubscribersGetActiveResponse.
Constructor Details
#initialize(subscribers_GetActiveResult = nil) ⇒ SubscribersGetActiveResponse
Returns a new instance of SubscribersGetActiveResponse.
661 662 663 |
# File 'lib/campaigning/soap/generated/default.rb', line 661 def initialize(subscribers_GetActiveResult = nil) @subscribers_GetActiveResult = subscribers_GetActiveResult end |
Instance Attribute Details
#subscribers_GetActiveResult ⇒ Object
Returns the value of attribute subscribers_GetActiveResult.
659 660 661 |
# File 'lib/campaigning/soap/generated/default.rb', line 659 def subscribers_GetActiveResult @subscribers_GetActiveResult end |