Class: YSM::UserManagementService::Role
- Inherits:
-
Object
- Object
- YSM::UserManagementService::Role
- Defined in:
- lib/ysm4r/v1/UserManagementService.rb,
lib/ysm4r/v2/UserManagementService.rb
Overview
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name = nil) ⇒ Role
constructor
A new instance of Role.
Constructor Details
#initialize(name = nil) ⇒ Role
Returns a new instance of Role.
134 135 136 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 134 def initialize(name = nil) @name = name end |
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
132 133 134 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 132 def name @name end |