Class: DockerCloud::Provider
Instance Attribute Summary collapse
-
#available ⇒ Object
Returns the value of attribute available.
-
#label ⇒ Object
Returns the value of attribute label.
-
#name ⇒ Object
Returns the value of attribute name.
-
#regions ⇒ Object
Returns the value of attribute regions.
Attributes inherited from Type
Instance Method Summary collapse
Methods inherited from Type
Constructor Details
This class inherits a constructor from DockerCloud::Type
Instance Attribute Details
#available ⇒ Object
Returns the value of attribute available.
3 4 5 |
# File 'lib/docker_cloud/provider.rb', line 3 def available @available end |
#label ⇒ Object
Returns the value of attribute label.
3 4 5 |
# File 'lib/docker_cloud/provider.rb', line 3 def label @label end |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/docker_cloud/provider.rb', line 3 def name @name end |
#regions ⇒ Object
Returns the value of attribute regions.
3 4 5 |
# File 'lib/docker_cloud/provider.rb', line 3 def regions @regions end |
Instance Method Details
#resource_uri ⇒ Object
13 14 15 |
# File 'lib/docker_cloud/provider.rb', line 13 def resource_uri info[:resource_uri] end |