Class: DescriptorPolicy

Inherits:
Object
  • Object
show all
Defined in:
lib/default.rb

Overview

/DescriptorPolicy

softDescriptorType - SoftDescriptorType
cSOwner - CSOwner

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(softDescriptorType = nil, cSOwner = nil) ⇒ DescriptorPolicy

Returns a new instance of DescriptorPolicy.



28
29
30
31
# File 'lib/default.rb', line 28

def initialize(softDescriptorType = nil, cSOwner = nil)
  @softDescriptorType = softDescriptorType
  @cSOwner = cSOwner
end

Instance Attribute Details

#cSOwnerObject

Returns the value of attribute cSOwner.



26
27
28
# File 'lib/default.rb', line 26

def cSOwner
  @cSOwner
end

#softDescriptorTypeObject

Returns the value of attribute softDescriptorType.



25
26
27
# File 'lib/default.rb', line 25

def softDescriptorType
  @softDescriptorType
end