Sha256: fef328cd6156bcd7beeb97bd1d306d9910890326ae398c9e71c8111902fea3fb

Contents?: true

Size: 271 Bytes

Versions: 3

Compression:

Stored size: 271 Bytes

Contents

require 'hashie'

module AmiSpec
  class ServerSpecOptions < Hashie::Dash
    include Hashie::Extensions::IgnoreUndeclared

    property :instance
    property :aws_public_ip
    property :debug
    property :key_file
    property :specs
    property :ssh_user
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ami_spec-0.3.0 lib/ami_spec/server_spec_options.rb
ami_spec-0.2.0 lib/ami_spec/server_spec_options.rb
ami_spec-0.1.0 lib/ami_spec/server_spec_options.rb