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

#fromObject

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

#optionsObject

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

#typeObject

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

#toObject



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

def to
  options[:to] || from
end