class Ninny::Commands::StageUp

Public Class Methods

new(pull_request_id, options) click to toggle source
Calls superclass method Ninny::Commands::PullRequestMerge::new
# File lib/ninny/commands/stage_up.rb, line 9
def initialize(pull_request_id, options)
  super
  @branch_type = Ninny::Git::STAGING_PREFIX
  @username = options[:username]
end