Class: Jelastic::DockerNode::DockerRegistry

Inherits:
Struct
  • Object
show all
Defined in:
lib/jelastic/docker_node.rb

Instance Attribute Summary collapse

Instance Attribute Details

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



6
7
8
# File 'lib/jelastic/docker_node.rb', line 6

def password
  @password
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



6
7
8
# File 'lib/jelastic/docker_node.rb', line 6

def url
  @url
end

#userObject

Returns the value of attribute user

Returns:

  • (Object)

    the current value of user



6
7
8
# File 'lib/jelastic/docker_node.rb', line 6

def user
  @user
end