Class: PRX::Model::AudioVersion

Inherits:
Base
  • Object
show all
Includes:
Representer::Full::AudioVersionRepresenter, Roar::JSON
Defined in:
lib/prx/model/audio_version.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#id

Instance Method Summary collapse

Methods inherited from Base

#class_path_part, #find_by_id, request, #request, #save

Constructor Details

#initialize(*args) ⇒ AudioVersion

Returns a new instance of AudioVersion.



13
14
15
16
# File 'lib/prx/model/audio_version.rb', line 13

def initialize(*args)
  super
  self.audio_files ||= []
end

Instance Attribute Details

#audio_filesObject

Returns the value of attribute audio_files.



11
12
13
# File 'lib/prx/model/audio_version.rb', line 11

def audio_files
  @audio_files
end

#bottom_of_hour_breakObject

Returns the value of attribute bottom_of_hour_break.



11
12
13
# File 'lib/prx/model/audio_version.rb', line 11

def bottom_of_hour_break
  @bottom_of_hour_break
end

#content_advisoryObject

Returns the value of attribute content_advisory.



11
12
13
# File 'lib/prx/model/audio_version.rb', line 11

def content_advisory
  @content_advisory
end

#floating_breakObject

Returns the value of attribute floating_break.



11
12
13
# File 'lib/prx/model/audio_version.rb', line 11

def floating_break
  @floating_break
end

#labelObject

Returns the value of attribute label.



11
12
13
# File 'lib/prx/model/audio_version.rb', line 11

def label
  @label
end

#news_hole_breakObject

Returns the value of attribute news_hole_break.



11
12
13
# File 'lib/prx/model/audio_version.rb', line 11

def news_hole_break
  @news_hole_break
end

#timing_and_cuesObject

Returns the value of attribute timing_and_cues.



11
12
13
# File 'lib/prx/model/audio_version.rb', line 11

def timing_and_cues
  @timing_and_cues
end

#transcriptObject

Returns the value of attribute transcript.



11
12
13
# File 'lib/prx/model/audio_version.rb', line 11

def transcript
  @transcript
end

#twenty_forty_breakObject

Returns the value of attribute twenty_forty_break.



11
12
13
# File 'lib/prx/model/audio_version.rb', line 11

def twenty_forty_break
  @twenty_forty_break
end