Class: YSM::UserManagementService::Capability

Inherits:
Object
  • Object
show all
Defined in:
lib/ysm4r/v1/UserManagementService.rb,
lib/ysm4r/v2/UserManagementService.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#descriptionObject

Returns the value of attribute description.



183
184
185
# File 'lib/ysm4r/v1/UserManagementService.rb', line 183

def description
  @description
end

#nameObject

Returns the value of attribute name.



184
185
186
# File 'lib/ysm4r/v1/UserManagementService.rb', line 184

def name
  @name
end