Class: YSM::UserManagementService::GetMyAddressResponse
- Inherits:
-
Object
- Object
- YSM::UserManagementService::GetMyAddressResponse
- Defined in:
- lib/ysm4r/v1/UserManagementService.rb,
lib/ysm4r/v2/UserManagementService.rb
Overview
http://marketing.ews.yahooapis.com/V2getMyAddressResponse
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ GetMyAddressResponse
constructor
A new instance of GetMyAddressResponse.
Constructor Details
#initialize(out = nil) ⇒ GetMyAddressResponse
Returns a new instance of GetMyAddressResponse.
600 601 602 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 600 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
598 599 600 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 598 def out @out end |