Class: Compass::Installers::Manifest::Entry

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

Overview

A Manifest entry

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#from ⇒ Object

Returns the value of attribute from

Returns:

  • (Object) —

    the current value of from



8
9
10
# File 'lib/compass/installers/manifest.rb', line 8

def from
  @from
end

#options ⇒ Object

Returns the value of attribute options

Returns:

  • (Object) —

    the current value of options



8
9
10
# File 'lib/compass/installers/manifest.rb', line 8

def options
  @options
end

#type ⇒ Object

Returns the value of attribute type

Returns:

  • (Object) —

    the current value of type



8
9
10
# File 'lib/compass/installers/manifest.rb', line 8

def type
  @type
end

Instance Method Details

#to ⇒ Object



9
10
11
# File 'lib/compass/installers/manifest.rb', line 9

def to
  options[:to] || from
end