Class: Awspec::Generator::Doc::Type::BackupSelection
- Defined in:
- lib/awspec/generator/doc/type/backup_selection.rb
Instance Method Summary collapse
-
#initialize ⇒ BackupSelection
constructor
A new instance of BackupSelection.
Methods inherited from Base
#collect_matchers, #doc_template, #generate_doc, #sort_num, #type_name
Constructor Details
#initialize ⇒ BackupSelection
Returns a new instance of BackupSelection.
7 8 9 10 11 12 13 14 15 |
# File 'lib/awspec/generator/doc/type/backup_selection.rb', line 7 def initialize super @type_name = 'BackupSelection' @type = Awspec::Type::BackupSelection.new('my-backup-selection') @ret = @type.resource_via_client @matchers = [] @ignore_matchers = [] @describes = [] end |