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.



27
28
29
# File 'lib/git/story/app.rb', line 27

def 
  @story_author
end

#story_base_nameObject

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_atObject

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_idObject

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_nameObject

Returns the value of attribute story_name.



19
20
21
# File 'lib/git/story/app.rb', line 19

def story_name
  @story_name
end