Class: Montage::Project::Paths
- Inherits:
-
Struct
- Object
- Struct
- Montage::Project::Paths
- Defined in:
- lib/montage/project.rb
Overview
Stores all the paths the project needs.
Instance Attribute Summary collapse
-
#config ⇒ Object
Returns the value of attribute config.
-
#root ⇒ Object
Returns the value of attribute root.
-
#sass ⇒ Object
Returns the value of attribute sass.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#config ⇒ Object
Returns the value of attribute config
15 16 17 |
# File 'lib/montage/project.rb', line 15 def config @config end |
#root ⇒ Object
Returns the value of attribute root
15 16 17 |
# File 'lib/montage/project.rb', line 15 def root @root end |
#sass ⇒ Object
Returns the value of attribute sass
15 16 17 |
# File 'lib/montage/project.rb', line 15 def sass @sass end |
#url ⇒ Object
Returns the value of attribute url
15 16 17 |
# File 'lib/montage/project.rb', line 15 def url @url end |