Class: BDAwesomeTransmit::BDPodsTransLog

Inherits:
Object
  • Object
show all
Defined in:
lib/cocoapods-BDTransform/command/BDTransform/AweToLog.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(repoName, dev_path = nil) ⇒ BDPodsTransLog

Returns a new instance of BDPodsTransLog.



22
23
24
25
26
# File 'lib/cocoapods-BDTransform/command/BDTransform/AweToLog.rb', line 22

def initialize(repoName,dev_path = nil)
  @repoName = repoName
  
  @dev_path = dev_path
end

Instance Attribute Details

#repoObject

Returns the value of attribute repo.



20
21
22
# File 'lib/cocoapods-BDTransform/command/BDTransform/AweToLog.rb', line 20

def repo
  @repo
end

#repoNameObject

Returns the value of attribute repoName.



18
19
20
# File 'lib/cocoapods-BDTransform/command/BDTransform/AweToLog.rb', line 18

def repoName
  @repoName
end

Instance Method Details

#runObject



29
30
31
32
33
34
35
# File 'lib/cocoapods-BDTransform/command/BDTransform/AweToLog.rb', line 29

def run
  getComponentVersion
  requirePodspecInfo
  requirePodspecInfoIfNeeded
  establishGitRepo
  trans_dev_if_needed
end