Class: YSM::UserManagementService::GetUserAddressResponse
- Inherits:
-
Object
- Object
- YSM::UserManagementService::GetUserAddressResponse
- Defined in:
- lib/ysm4r/v1/UserManagementService.rb,
lib/ysm4r/v2/UserManagementService.rb
Overview
http://marketing.ews.yahooapis.com/V2getUserAddressResponse
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ GetUserAddressResponse
constructor
A new instance of GetUserAddressResponse.
Constructor Details
#initialize(out = nil) ⇒ GetUserAddressResponse
Returns a new instance of GetUserAddressResponse.
435 436 437 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 435 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
433 434 435 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 433 def out @out end |