Module: SolrMakr::WrapsPath

Extended by:
ActiveSupport::Concern
Includes:
ActiveSupport::Configurable
Included in:
LocalConfiguration::Settings, WrapsDirectory
Defined in:
lib/solr_makr/meta/wraps_path.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#pathPathname (readonly)

Returns:

  • (Pathname)


14
15
16
# File 'lib/solr_makr/meta/wraps_path.rb', line 14

def inspect
  "#<#{self.class.name} :path => '#{path.to_s}'>"
end

Instance Method Details

#inspectPathname

Returns:

  • (Pathname)


14
15
16
# File 'lib/solr_makr/meta/wraps_path.rb', line 14

def inspect
  "#<#{self.class.name} :path => '#{path.to_s}'>"
end