class DockerfileRB::Label

Attributes

pairs[R]

Public Class Methods

new(pairs) click to toggle source
# File lib/dockerfile-rb/label.rb, line 4
def initialize(pairs)
  @pairs = pairs
end