Class: Pod::Command::JxedtCommand::Binary

Inherits:
Pod::Command::JxedtCommand show all
Defined in:
lib/cocoapods-jxedt/command/binary/binary.rb,
lib/cocoapods-jxedt/command/binary/command/code.rb,
lib/cocoapods-jxedt/command/binary/command/push.rb,
lib/cocoapods-jxedt/command/binary/command/build.rb,
lib/cocoapods-jxedt/command/binary/command/clean.rb,
lib/cocoapods-jxedt/command/binary/command/fetch.rb,
lib/cocoapods-jxedt/command/binary/command/statistics.rb,
lib/cocoapods-jxedt/command/binary/command/source_project.rb

Direct Known Subclasses

Build, Clean, Code, Fecth, Push, SourceProject, Statistics

Defined Under Namespace

Classes: Build, Clean, Code, Fecth, Push, SourceProject, Statistics

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(argv) ⇒ Binary

Returns a new instance of Binary.



25
26
27
# File 'lib/cocoapods-jxedt/command/binary/binary.rb', line 25

def initialize(argv)
    super
end

Class Method Details

.optionsObject



22
23
24
# File 'lib/cocoapods-jxedt/command/binary/binary.rb', line 22

def self.options
    []
end

Instance Method Details

#runObject



33
34
# File 'lib/cocoapods-jxedt/command/binary/binary.rb', line 33

def run
end

#validate!Object



29
30
31
# File 'lib/cocoapods-jxedt/command/binary/binary.rb', line 29

def validate!
    super
end