Class: Docker::Image

Inherits:
Struct
  • Object
show all
Defined in:
lib/docker/maker.rb

Instance Attribute Summary collapse

Instance Attribute Details

#createdObject

Returns the value of attribute created

Returns:

  • (Object)

    the current value of created



137
138
139
# File 'lib/docker/maker.rb', line 137

def created
  @created
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



137
138
139
# File 'lib/docker/maker.rb', line 137

def id
  @id
end

#repoObject

Returns the value of attribute repo

Returns:

  • (Object)

    the current value of repo



137
138
139
# File 'lib/docker/maker.rb', line 137

def repo
  @repo
end

#tagObject

Returns the value of attribute tag

Returns:

  • (Object)

    the current value of tag



137
138
139
# File 'lib/docker/maker.rb', line 137

def tag
  @tag
end