class Seeds::Seed

Attributes

commit[RW]

@return [String] the commit hash of the seed

exclude_files[RW]

@return [Array<String>] the source file patterns which will be excluded

files[RW]

@return [Array<String>] the source file patterns of the seed

name[RW]

@return [String] the name of the seed

url[RW]

@return [String] the url of the seed

version[RW]

@return [String] the version of the seed

Public Instance Methods

to_s() click to toggle source

@return [String] lockfile-formatted string

@example JLToast (1.2.2)

# File lib/cocoaseeds/seed.rb, line 32
def to_s
  "#{self.name} (#{self.version})"
end