Object
S3-Bucket Model
when the bucket created at
name of bucket
name of the bucket’s owner
permissions
# File lib/leo_manager_models.rb, line 297 def initialize(h) @name = h[:bucket] @owner = h[:owner] @permissions = h[:permissions] @created_at = Time.parse(h[:created_at]) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.