Class: YSM::UserManagementService::Capability
- Inherits:
-
Object
- Object
- YSM::UserManagementService::Capability
- Defined in:
- lib/ysm4r/v1/UserManagementService.rb,
lib/ysm4r/v2/UserManagementService.rb
Overview
http://marketing.ews.yahooapis.com/V2Capability
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(description = nil, name = nil) ⇒ Capability
constructor
A new instance of Capability.
Constructor Details
#initialize(description = nil, name = nil) ⇒ Capability
Returns a new instance of Capability.
186 187 188 189 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 186 def initialize(description = nil, name = nil) @description = description @name = name end |
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
183 184 185 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 183 def description @description end |
#name ⇒ Object
Returns the value of attribute name.
184 185 186 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 184 def name @name end |