Class: Bukelatta::Exporter

Inherits:
Object
  • Object
show all
Includes:
Utils::Helper
Defined in:
lib/bukelatta/exporter.rb

Instance Method Summary collapse

Methods included from Utils::Helper

#diff, #matched?

Constructor Details

#initialize(client, options = {}) ⇒ Exporter

Returns a new instance of Exporter.



4
5
6
7
8
# File 'lib/bukelatta/exporter.rb', line 4

def initialize(client, options = {})
  @client = client
  @options = options
  @resource = Aws::S3::Resource.new(client: @client)
end

Instance Method Details

#exportObject



10
11
12
# File 'lib/bukelatta/exporter.rb', line 10

def export
  export_buckets
end