Module: Git::Story::App::StoryAccessors
- Defined in:
- lib/git/story/app.rb
Instance Attribute Summary collapse
-
#story_author ⇒ Object
Returns the value of attribute story_author.
-
#story_base_name ⇒ Object
Returns the value of attribute story_base_name.
-
#story_created_at ⇒ Object
Returns the value of attribute story_created_at.
-
#story_id ⇒ Object
Returns the value of attribute story_id.
-
#story_name ⇒ Object
Returns the value of attribute story_name.
Instance Attribute Details
#story_author ⇒ Object
Returns the value of attribute story_author.
27 28 29 |
# File 'lib/git/story/app.rb', line 27 def end |
#story_base_name ⇒ Object
Returns the value of attribute story_base_name.
21 22 23 |
# File 'lib/git/story/app.rb', line 21 def story_base_name @story_base_name end |
#story_created_at ⇒ Object
Returns the value of attribute story_created_at.
25 26 27 |
# File 'lib/git/story/app.rb', line 25 def story_created_at @story_created_at end |
#story_id ⇒ Object
Returns the value of attribute story_id.
23 24 25 |
# File 'lib/git/story/app.rb', line 23 def story_id @story_id end |
#story_name ⇒ Object
Returns the value of attribute story_name.
19 20 21 |
# File 'lib/git/story/app.rb', line 19 def story_name @story_name end |