Method: Gct::Command::Repo::Push#initialize

Defined in:
lib/gct/command/repo/push.rb

#initialize(argv) ⇒ Push

Returns a new instance of Push.



15
16
17
18
# File 'lib/gct/command/repo/push.rb', line 15

def initialize(argv)
  @pod_name = argv.shift_argument
  super
end