Method: Yt::Models::ContentOwner#initialize

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

#initialize(options = {}) ⇒ ContentOwner



43
44
45
46
47
# File 'lib/yt/models/content_owner.rb', line 43

def initialize(options = {})
  super options
  @owner_name = options[:owner_name]
  @display_name = options[:display_name]
end