Class: OpenBuckets::Bucket
- Inherits:
-
Struct
- Object
- Struct
- OpenBuckets::Bucket
- Defined in:
- lib/s3sec/services/open_buckets.rb
Instance Attribute Summary collapse
-
#client ⇒ Object
Returns the value of attribute client.
-
#keys ⇒ Object
Returns the value of attribute keys.
-
#name ⇒ Object
Returns the value of attribute name.
-
#public ⇒ Object
Returns the value of attribute public.
-
#region ⇒ Object
Returns the value of attribute region.
Instance Attribute Details
#client ⇒ Object
Returns the value of attribute client
40 41 42 |
# File 'lib/s3sec/services/open_buckets.rb', line 40 def client @client end |
#keys ⇒ Object
Returns the value of attribute keys
40 41 42 |
# File 'lib/s3sec/services/open_buckets.rb', line 40 def keys @keys end |
#name ⇒ Object
Returns the value of attribute name
40 41 42 |
# File 'lib/s3sec/services/open_buckets.rb', line 40 def name @name end |
#public ⇒ Object
Returns the value of attribute public
40 41 42 |
# File 'lib/s3sec/services/open_buckets.rb', line 40 def public @public end |
#region ⇒ Object
Returns the value of attribute region
40 41 42 |
# File 'lib/s3sec/services/open_buckets.rb', line 40 def region @region end |