class S3ListBuckets::Config

Attributes

client_options[RW]

Stronger builder pattern would be nice

json_format[RW]

Stronger builder pattern would be nice

patterns[RW]

Stronger builder pattern would be nice

s3_client[RW]

Stronger builder pattern would be nice

show_location[RW]

Stronger builder pattern would be nice

Public Class Methods

new() click to toggle source
# File lib/s3-list-buckets/config.rb, line 10
def initialize
  @client_options = {}
  @patterns = nil
  @show_location = false
  @json_format = false
end

Public Instance Methods

validate() click to toggle source
# File lib/s3-list-buckets/config.rb, line 17
def validate
end