Class: DescriptorPolicy

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

Overview

http://fps.amazonaws.com/doc/2007-01-08/DescriptorPolicy softDescriptorType - SoftDescriptorType cSNumberOf - CSNumberOf

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#cSNumberOfObject

Returns the value of attribute cSNumberOf.



303
304
305
# File 'lib/default.rb', line 303

def cSNumberOf
  @cSNumberOf
end

#softDescriptorTypeObject

Returns the value of attribute softDescriptorType.



302
303
304
# File 'lib/default.rb', line 302

def softDescriptorType
  @softDescriptorType
end