Class: Runcible::Models::DockerImporter
- Defined in:
- lib/runcible/models/docker_importer.rb
Constant Summary collapse
- ID =
'docker_importer'- REPO_TYPE =
'docker-repo'
Instance Attribute Summary collapse
-
#feed ⇒ Object
Returns the value of attribute feed.
-
#mask_id ⇒ Object
Returns the value of attribute mask_id.
-
#max_downloads ⇒ Object
Returns the value of attribute max_downloads.
-
#max_speed ⇒ Object
Returns the value of attribute max_speed.
-
#proxy_password ⇒ Object
Returns the value of attribute proxy_password.
-
#proxy_port ⇒ Object
Returns the value of attribute proxy_port.
-
#proxy_username ⇒ Object
Returns the value of attribute proxy_username.
-
#upstream_name ⇒ Object
Returns the value of attribute upstream_name.
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/docker_importer.rb', line 30 def feed @feed end |
#mask_id ⇒ Object
Returns the value of attribute mask_id.
30 31 32 |
# File 'lib/runcible/models/docker_importer.rb', line 30 def mask_id @mask_id end |
#max_downloads ⇒ Object
Returns the value of attribute max_downloads.
30 31 32 |
# File 'lib/runcible/models/docker_importer.rb', line 30 def max_downloads @max_downloads end |
#max_speed ⇒ Object
Returns the value of attribute max_speed.
30 31 32 |
# File 'lib/runcible/models/docker_importer.rb', line 30 def max_speed @max_speed end |
#proxy_password ⇒ Object
Returns the value of attribute proxy_password.
30 31 32 |
# File 'lib/runcible/models/docker_importer.rb', line 30 def proxy_password @proxy_password end |
#proxy_port ⇒ Object
Returns the value of attribute proxy_port.
30 31 32 |
# File 'lib/runcible/models/docker_importer.rb', line 30 def proxy_port @proxy_port end |
#proxy_username ⇒ Object
Returns the value of attribute proxy_username.
30 31 32 |
# File 'lib/runcible/models/docker_importer.rb', line 30 def proxy_username @proxy_username end |
#upstream_name ⇒ Object
Returns the value of attribute upstream_name.
30 31 32 |
# File 'lib/runcible/models/docker_importer.rb', line 30 def upstream_name @upstream_name end |
Instance Method Details
#config ⇒ Object
41 42 43 |
# File 'lib/runcible/models/docker_importer.rb', line 41 def config as_json end |
#id ⇒ Object
33 34 35 |
# File 'lib/runcible/models/docker_importer.rb', line 33 def id DockerImporter::ID end |
#repo_type ⇒ Object
37 38 39 |
# File 'lib/runcible/models/docker_importer.rb', line 37 def repo_type DockerImporter::REPO_TYPE end |