Class: Pod::Command::Nexus

Inherits:
Pod::Command show all
Defined in:
lib/cocoapods-nexus/command/nexus.rb,
lib/cocoapods-nexus/command/nexus/add.rb,
lib/cocoapods-nexus/command/nexus/list.rb,
lib/cocoapods-nexus/command/nexus/push.rb

Direct Known Subclasses

Add, List, Push

Defined Under Namespace

Classes: Add, List, Push

Instance Method Summary collapse

Constructor Details

#initialize(argv) ⇒ Nexus

Returns a new instance of Nexus.



18
19
20
21
# File 'lib/cocoapods-nexus/command/nexus.rb', line 18

def initialize(argv)
  @repos_nexus_dir = Pod::Config.instance.repos_dir
  super
end