Class: Montage::Project::Paths

Inherits:
Struct
  • Object
show all
Defined in:
lib/montage/project.rb

Overview

Stores all the paths the project needs.

Instance Attribute Summary collapse

Instance Attribute Details

#configObject

Returns the value of attribute config

Returns:

  • (Object)

    the current value of config



15
16
17
# File 'lib/montage/project.rb', line 15

def config
  @config
end

#rootObject

Returns the value of attribute root

Returns:

  • (Object)

    the current value of root



15
16
17
# File 'lib/montage/project.rb', line 15

def root
  @root
end

#sassObject

Returns the value of attribute sass

Returns:

  • (Object)

    the current value of sass



15
16
17
# File 'lib/montage/project.rb', line 15

def sass
  @sass
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



15
16
17
# File 'lib/montage/project.rb', line 15

def url
  @url
end