Class: Campaigning::UserGetCountriesResponse
- Inherits:
-
Object
- Object
- Campaigning::UserGetCountriesResponse
- Defined in:
- lib/campaigning/soap/generated/default.rb
Overview
/User.GetCountriesResponse
user_GetCountriesResult - (any)
Instance Attribute Summary collapse
-
#user_GetCountriesResult ⇒ Object
Returns the value of attribute user_GetCountriesResult.
Instance Method Summary collapse
-
#initialize(user_GetCountriesResult = nil) ⇒ UserGetCountriesResponse
constructor
A new instance of UserGetCountriesResponse.
Constructor Details
#initialize(user_GetCountriesResult = nil) ⇒ UserGetCountriesResponse
Returns a new instance of UserGetCountriesResponse.
1484 1485 1486 |
# File 'lib/campaigning/soap/generated/default.rb', line 1484 def initialize(user_GetCountriesResult = nil) @user_GetCountriesResult = user_GetCountriesResult end |
Instance Attribute Details
#user_GetCountriesResult ⇒ Object
Returns the value of attribute user_GetCountriesResult.
1482 1483 1484 |
# File 'lib/campaigning/soap/generated/default.rb', line 1482 def user_GetCountriesResult @user_GetCountriesResult end |