Module: Git::Story::App::StoryAccessors

Defined in:
lib/git/story/app.rb

Instance Attribute Summary collapse

Instance Attribute Details

#story_authorObject

Returns the value of attribute story_author.



30
31
32
# File 'lib/git/story/app.rb', line 30

def 
  @story_author
end

#story_base_nameObject

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_atObject

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_idObject

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_nameObject

Returns the value of attribute story_name.



22
23
24
# File 'lib/git/story/app.rb', line 22

def story_name
  @story_name
end