module Ec2Meta

Constants

VERSION

Attributes

options[R]

Public Class Methods

client(options = {}) click to toggle source
# File lib/ec2_meta.rb, line 21
def client(options = {})
  opts = {
    logger: ::Ec2Meta::NullLogger.new
  }.merge(options)

  Client.new(opts)
end