Class: OpenBuckets::Bucket

Inherits:
Struct
  • Object
show all
Defined in:
lib/s3sec/services/open_buckets.rb

Instance Attribute Summary collapse

Instance Attribute Details

#clientObject

Returns the value of attribute client



40
41
42
# File 'lib/s3sec/services/open_buckets.rb', line 40

def client
  @client
end

#keysObject

Returns the value of attribute keys



40
41
42
# File 'lib/s3sec/services/open_buckets.rb', line 40

def keys
  @keys
end

#nameObject

Returns the value of attribute name



40
41
42
# File 'lib/s3sec/services/open_buckets.rb', line 40

def name
  @name
end

#publicObject

Returns the value of attribute public



40
41
42
# File 'lib/s3sec/services/open_buckets.rb', line 40

def public
  @public
end

#regionObject

Returns the value of attribute region



40
41
42
# File 'lib/s3sec/services/open_buckets.rb', line 40

def region
  @region
end