Method: Yt::Models::Ownership#initialize

Defined in:
lib/yt/models/ownership.rb

#initialize(options = {}) ⇒ Ownership

Returns a new instance of Ownership.



10
11
12
13
14
# File 'lib/yt/models/ownership.rb', line 10

def initialize(options = {})
  @data = options[:data] || {}
  @auth = options[:auth]
  @asset_id = options[:asset_id]
end