Class: Middleman::SourceFile

Inherits:
Struct
  • Object
show all
Defined in:
lib/middleman-core/sources.rb

Overview

The standard "record" that contains information about a file on disk.

Instance Attribute Summary collapse

Instance Attribute Details

#directoryObject

Returns the value of attribute directory

Returns:

  • (Object)

    the current value of directory



6
7
8
# File 'lib/middleman-core/sources.rb', line 6

def directory
  @directory
end

#full_pathObject

Returns the value of attribute full_path

Returns:

  • (Object)

    the current value of full_path



6
7
8
# File 'lib/middleman-core/sources.rb', line 6

def full_path
  @full_path
end

#relative_pathObject

Returns the value of attribute relative_path

Returns:

  • (Object)

    the current value of relative_path



6
7
8
# File 'lib/middleman-core/sources.rb', line 6

def relative_path
  @relative_path
end

#typesObject

Returns the value of attribute types

Returns:

  • (Object)

    the current value of types



6
7
8
# File 'lib/middleman-core/sources.rb', line 6

def types
  @types
end