class CocoapodsSoulComponentPlugin::Soul_Component
Attributes
branch[RW]
commit[RW]
git[RW]
local[RW]
name[RW]
path[RW]
submodule[RW]
version[RW]
Public Class Methods
new(name, local, submodule, version, git, branch, path)
click to toggle source
# File lib/cocoapods-soul-component-plugin/command/soul-component-plugin.rb, line 32 def initialize(name, local, submodule, version, git, branch, path) @name = name @local = local @submodule = submodule @version = version @git = git @branch = branch @path = path @commit = commit end