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.



33
34
35
# File 'lib/git/story/app.rb', line 33

def 
  @story_author
end

#story_base_nameObject

Returns the value of attribute story_base_name.



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

def story_base_name
  @story_base_name
end

#story_created_atObject

Returns the value of attribute story_created_at.



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

def story_created_at
  @story_created_at
end

#story_idObject

Returns the value of attribute story_id.



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

def story_id
  @story_id
end

#story_nameObject

Returns the value of attribute story_name.



25
26
27
# File 'lib/git/story/app.rb', line 25

def story_name
  @story_name
end