Class: DescriptorPolicy
- Inherits:
-
Object
- Object
- DescriptorPolicy
- Defined in:
- lib/default.rb
Overview
http://fps.amazonaws.com/doc/2007-01-08/DescriptorPolicy softDescriptorType - SoftDescriptorType cSNumberOf - CSNumberOf
Instance Attribute Summary collapse
-
#cSNumberOf ⇒ Object
Returns the value of attribute cSNumberOf.
-
#softDescriptorType ⇒ Object
Returns the value of attribute softDescriptorType.
Instance Method Summary collapse
-
#initialize(softDescriptorType = nil, cSNumberOf = nil) ⇒ DescriptorPolicy
constructor
A new instance of DescriptorPolicy.
Constructor Details
#initialize(softDescriptorType = nil, cSNumberOf = nil) ⇒ DescriptorPolicy
Returns a new instance of DescriptorPolicy.
305 306 307 308 |
# File 'lib/default.rb', line 305 def initialize(softDescriptorType = nil, cSNumberOf = nil) @softDescriptorType = softDescriptorType @cSNumberOf = cSNumberOf end |
Instance Attribute Details
#cSNumberOf ⇒ Object
Returns the value of attribute cSNumberOf.
303 304 305 |
# File 'lib/default.rb', line 303 def cSNumberOf @cSNumberOf end |
#softDescriptorType ⇒ Object
Returns the value of attribute softDescriptorType.
302 303 304 |
# File 'lib/default.rb', line 302 def softDescriptorType @softDescriptorType end |