Class: PRX::Model::AudioVersion
- Includes:
- Representer::Full::AudioVersionRepresenter, Roar::JSON
- Defined in:
- lib/prx/model/audio_version.rb
Instance Attribute Summary collapse
- 
  
    
      #audio_files  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute audio_files. 
- 
  
    
      #bottom_of_hour_break  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute bottom_of_hour_break. 
- 
  
    
      #content_advisory  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute content_advisory. 
- 
  
    
      #floating_break  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute floating_break. 
- 
  
    
      #label  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute label. 
- 
  
    
      #news_hole_break  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute news_hole_break. 
- 
  
    
      #timing_and_cues  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute timing_and_cues. 
- 
  
    
      #transcript  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute transcript. 
- 
  
    
      #twenty_forty_break  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute twenty_forty_break. 
Attributes inherited from Base
Instance Method Summary collapse
- 
  
    
      #initialize(*args)  ⇒ AudioVersion 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of AudioVersion. 
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_files ⇒ Object
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_break ⇒ Object
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_advisory ⇒ Object
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_break ⇒ Object
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 | 
#label ⇒ Object
Returns the value of attribute label.
| 11 12 13 | # File 'lib/prx/model/audio_version.rb', line 11 def label @label end | 
#news_hole_break ⇒ Object
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_cues ⇒ Object
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 | 
#transcript ⇒ Object
Returns the value of attribute transcript.
| 11 12 13 | # File 'lib/prx/model/audio_version.rb', line 11 def transcript @transcript end | 
#twenty_forty_break ⇒ Object
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 |