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



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

def from
  @from
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



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

def options
  @options
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



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

def type
  @type
end

Instance Method Details

#toObject



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

def to
  options[:to] || from
end