Class: Pray::ManifestSource

Inherits:
Struct
  • Object
show all
Defined in:
lib/pray/manifest.rb

Instance Attribute Summary collapse

Instance Attribute Details

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



25
26
27
# File 'lib/pray/manifest.rb', line 25

def kind
  @kind
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



25
26
27
# File 'lib/pray/manifest.rb', line 25

def name
  @name
end

#revObject

Returns the value of attribute rev

Returns:

  • (Object)

    the current value of rev



25
26
27
# File 'lib/pray/manifest.rb', line 25

def rev
  @rev
end

#subdirObject

Returns the value of attribute subdir

Returns:

  • (Object)

    the current value of subdir



25
26
27
# File 'lib/pray/manifest.rb', line 25

def subdir
  @subdir
end

#tagObject

Returns the value of attribute tag

Returns:

  • (Object)

    the current value of tag



25
26
27
# File 'lib/pray/manifest.rb', line 25

def tag
  @tag
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



25
26
27
# File 'lib/pray/manifest.rb', line 25

def url
  @url
end