Class: Amitree::HerokuDeployer::ReleaseDetails

Inherits:
Object
  • Object
show all
Defined in:
lib/amitree/heroku_deployer.rb

Defined Under Namespace

Classes: Story

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeReleaseDetails

Returns a new instance of ReleaseDetails.



11
12
13
# File 'lib/amitree/heroku_deployer.rb', line 11

def initialize
  @stories = []
end

Instance Attribute Details

#git_rangeObject

Returns the value of attribute git_range.



9
10
11
# File 'lib/amitree/heroku_deployer.rb', line 9

def git_range
  @git_range
end

#production_releaseObject

Returns the value of attribute production_release.



9
10
11
# File 'lib/amitree/heroku_deployer.rb', line 9

def production_release
  @production_release
end

#staging_release_to_deployObject

Returns the value of attribute staging_release_to_deploy.



9
10
11
# File 'lib/amitree/heroku_deployer.rb', line 9

def staging_release_to_deploy
  @staging_release_to_deploy
end

#storiesObject

Returns the value of attribute stories.



9
10
11
# File 'lib/amitree/heroku_deployer.rb', line 9

def stories
  @stories
end