Class: Pray::ResolvedLocalFile
- Inherits:
-
Struct
- Object
- Struct
- Pray::ResolvedLocalFile
- Defined in:
- lib/pray/resolve.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#manifest_path ⇒ Object
Returns the value of attribute manifest_path.
-
#optional ⇒ Object
Returns the value of attribute optional.
-
#path ⇒ Object
Returns the value of attribute path.
-
#position ⇒ Object
Returns the value of attribute position.
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content
19 20 21 |
# File 'lib/pray/resolve.rb', line 19 def content @content end |
#manifest_path ⇒ Object
Returns the value of attribute manifest_path
19 20 21 |
# File 'lib/pray/resolve.rb', line 19 def manifest_path @manifest_path end |
#optional ⇒ Object
Returns the value of attribute optional
19 20 21 |
# File 'lib/pray/resolve.rb', line 19 def optional @optional end |
#path ⇒ Object
Returns the value of attribute path
19 20 21 |
# File 'lib/pray/resolve.rb', line 19 def path @path end |
#position ⇒ Object
Returns the value of attribute position
19 20 21 |
# File 'lib/pray/resolve.rb', line 19 def position @position end |