Method: Dag::Object#initialize

Defined in:
lib/dag/client/model/object.rb

#initialize(api, bucket_name, object_name, opts = {}) ⇒ Object

Returns a new instance of Object.



3
4
5
6
7
8
# File 'lib/dag/client/model/object.rb', line 3

def initialize(api, bucket_name, object_name, opts = {})
  super(api)
  @bucket = bucket_name
  @name = object_name
  @opts = opts
end