Parent

Methods

LeoManager::Bucket

S3-Bucket Model

Attributes

created_at[R]

when the bucket created at

name[R]

name of bucket

owner[R]

name of the bucket’s owner

permissions[R]

permissions

Public Class Methods

new(h) click to toggle source
# 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.