Class: Pod::Command::JxedtCommand::Binary
- Inherits:
-
Pod::Command::JxedtCommand
- Object
- Pod::Command
- Pod::Command::JxedtCommand
- Pod::Command::JxedtCommand::Binary
- 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
-
#initialize(argv) ⇒ Binary
constructor
A new instance of Binary.
- #run ⇒ Object
- #validate! ⇒ Object
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
.options ⇒ Object
22 23 24 |
# File 'lib/cocoapods-jxedt/command/binary/binary.rb', line 22 def self. [] end |
Instance Method Details
#run ⇒ Object
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 |