class StashCLI::Project
Attributes
project[R]
source_slug[R]
target_branch[R]
target_slug[R]
Public Class Methods
new(project, source_slug, target_slug, target_branch)
click to toggle source
# File lib/stash_cli/project.rb, line 5 def initialize(project, source_slug, target_slug, target_branch) @project = project @source_slug = source_slug @target_slug = target_slug @target_branch = target_branch end