Class: Runcible::Models::PuppetImporter
- Defined in:
- lib/runcible/models/puppet_importer.rb
Constant Summary collapse
- ID =
'puppet_importer'
- REPO_TYPE =
'puppet-repo'
Instance Attribute Summary collapse
-
#feed ⇒ Object
Returns the value of attribute feed.
-
#queries ⇒ Object
Returns the value of attribute queries.
-
#remove_missing ⇒ Object
Returns the value of attribute remove_missing.
Instance Method Summary collapse
Methods inherited from Importer
Constructor Details
This class inherits a constructor from Runcible::Models::Importer
Instance Attribute Details
#feed ⇒ Object
Returns the value of attribute feed.
30 31 32 |
# File 'lib/runcible/models/puppet_importer.rb', line 30 def feed @feed end |
#queries ⇒ Object
Returns the value of attribute queries.
30 31 32 |
# File 'lib/runcible/models/puppet_importer.rb', line 30 def queries @queries end |
#remove_missing ⇒ Object
Returns the value of attribute remove_missing.
30 31 32 |
# File 'lib/runcible/models/puppet_importer.rb', line 30 def remove_missing @remove_missing end |
Instance Method Details
#config ⇒ Object
40 41 42 |
# File 'lib/runcible/models/puppet_importer.rb', line 40 def config self.as_json end |
#id ⇒ Object
32 33 34 |
# File 'lib/runcible/models/puppet_importer.rb', line 32 def id PuppetImporter::ID end |
#repo_type ⇒ Object
36 37 38 |
# File 'lib/runcible/models/puppet_importer.rb', line 36 def repo_type PuppetImporter::REPO_TYPE end |