Parent

PluginPackPlugin

Attributes

name[R]
source[R]

Public Class Methods

new(name, source) click to toggle source
# File lib/commands/plugin/plugin_pack.rb, line 25
def initialize(name, source)
  @name, @source = name, source
end

Public Instance Methods

to_svn_external() click to toggle source
# File lib/commands/plugin/plugin_pack.rb, line 29
def to_svn_external
  "#{@name} #{@source}"
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.