Class: Jelastic::DockerNode::DockerRegistry
- Inherits:
-
Struct
- Object
- Struct
- Jelastic::DockerNode::DockerRegistry
- Defined in:
- lib/jelastic/docker_node.rb
Instance Attribute Summary collapse
-
#password ⇒ Object
Returns the value of attribute password.
-
#url ⇒ Object
Returns the value of attribute url.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Attribute Details
#password ⇒ Object
Returns the value of attribute password
6 7 8 |
# File 'lib/jelastic/docker_node.rb', line 6 def password @password end |
#url ⇒ Object
Returns the value of attribute url
6 7 8 |
# File 'lib/jelastic/docker_node.rb', line 6 def url @url end |
#user ⇒ Object
Returns the value of attribute user
6 7 8 |
# File 'lib/jelastic/docker_node.rb', line 6 def user @user end |