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

Returns:

  • (Object)

    the current value of client



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

def client
  @client
end

#keysObject

Returns the value of attribute keys

Returns:

  • (Object)

    the current value of keys



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

def keys
  @keys
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#publicObject

Returns the value of attribute public

Returns:

  • (Object)

    the current value of public



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

def public
  @public
end

#regionObject

Returns the value of attribute region

Returns:

  • (Object)

    the current value of region



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

def region
  @region
end