Class: YSM::UserManagementService::GetUsersInCompanyResponse
- Inherits:
-
Object
- Object
- YSM::UserManagementService::GetUsersInCompanyResponse
- Defined in:
- lib/ysm4r/v1/UserManagementService.rb,
lib/ysm4r/v2/UserManagementService.rb
Overview
http://marketing.ews.yahooapis.com/V2getUsersInCompanyResponse
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ GetUsersInCompanyResponse
constructor
A new instance of GetUsersInCompanyResponse.
Constructor Details
#initialize(out = nil) ⇒ GetUsersInCompanyResponse
Returns a new instance of GetUsersInCompanyResponse.
364 365 366 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 364 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
362 363 364 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 362 def out @out end |