Class: DescriptorPolicy
- Inherits:
-
Object
- Object
- DescriptorPolicy
- Defined in:
- lib/default.rb
Overview
/DescriptorPolicy
softDescriptorType - SoftDescriptorType
cSOwner - CSOwner
Instance Attribute Summary collapse
-
#cSOwner ⇒ Object
Returns the value of attribute cSOwner.
-
#softDescriptorType ⇒ Object
Returns the value of attribute softDescriptorType.
Instance Method Summary collapse
-
#initialize(softDescriptorType = nil, cSOwner = nil) ⇒ DescriptorPolicy
constructor
A new instance of DescriptorPolicy.
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
#cSOwner ⇒ Object
Returns the value of attribute cSOwner.
26 27 28 |
# File 'lib/default.rb', line 26 def cSOwner @cSOwner end |
#softDescriptorType ⇒ Object
Returns the value of attribute softDescriptorType.
25 26 27 |
# File 'lib/default.rb', line 25 def softDescriptorType @softDescriptorType end |