Sha256: 2c4c5e26ae5bc75ae3baeea539d026e4c2fe38252bb20f2b8333e8bb56fdac28

Contents?: true

Size: 260 Bytes

Versions: 4

Compression:

Stored size: 260 Bytes

Contents

require 'hammer_cli'

module Fields

  class SingleReference < Field
  end

  class Reference < Field
  end

  class Template < Reference

    def initialize(options={})
      options[:details] ||= [:template_kind_name]
      super(options)
    end
  end

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
hammer_cli_foreman-0.1.4 lib/hammer_cli_foreman/output/fields.rb
hammer_cli_foreman-0.1.3 lib/hammer_cli_foreman/output/fields.rb
hammer_cli_foreman-0.1.2 lib/hammer_cli_foreman/output/fields.rb
hammer_cli_foreman-0.1.1 lib/hammer_cli_foreman/output/fields.rb