Class: Pray::ResolvedLocalFile

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

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



19
20
21
# File 'lib/pray/resolve.rb', line 19

def content
  @content
end

#manifest_pathObject

Returns the value of attribute manifest_path

Returns:

  • (Object)

    the current value of manifest_path



19
20
21
# File 'lib/pray/resolve.rb', line 19

def manifest_path
  @manifest_path
end

#optionalObject

Returns the value of attribute optional

Returns:

  • (Object)

    the current value of optional



19
20
21
# File 'lib/pray/resolve.rb', line 19

def optional
  @optional
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



19
20
21
# File 'lib/pray/resolve.rb', line 19

def path
  @path
end

#positionObject

Returns the value of attribute position

Returns:

  • (Object)

    the current value of position



19
20
21
# File 'lib/pray/resolve.rb', line 19

def position
  @position
end