Class: Cp8Cli::AdhocStory
Instance Attribute Summary collapse
- 
  
    
      #title  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    Returns the value of attribute title. 
Instance Method Summary collapse
- 
  
    
      #initialize(title)  ⇒ AdhocStory 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of AdhocStory. 
- #summary ⇒ Object
- #url ⇒ Object
Methods inherited from Story
Constructor Details
#initialize(title) ⇒ AdhocStory
Returns a new instance of AdhocStory.
| 7 8 9 | # File 'lib/cp8_cli/adhoc_story.rb', line 7 def initialize(title) @title = title end | 
Instance Attribute Details
#title ⇒ Object (readonly)
Returns the value of attribute title.
| 5 6 7 | # File 'lib/cp8_cli/adhoc_story.rb', line 5 def title @title end |