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.
30 31 32 |
# File 'lib/git/story/app.rb', line 30 def @story_author end |
#story_base_name ⇒ Object
Returns the value of attribute story_base_name.
24 25 26 |
# File 'lib/git/story/app.rb', line 24 def story_base_name @story_base_name end |
#story_created_at ⇒ Object
Returns the value of attribute story_created_at.
28 29 30 |
# File 'lib/git/story/app.rb', line 28 def story_created_at @story_created_at end |
#story_id ⇒ Object
Returns the value of attribute story_id.
26 27 28 |
# File 'lib/git/story/app.rb', line 26 def story_id @story_id end |
#story_name ⇒ Object
Returns the value of attribute story_name.
22 23 24 |
# File 'lib/git/story/app.rb', line 22 def story_name @story_name end |