Class: RIO::Path::RL

Inherits:
RL::PathBase show all
Defined in:
lib/rio/scheme/path.rb

Direct Known Subclasses

Dir::RL, File::RL

Constant Summary

Constants inherited from RL::PathBase

RL::PathBase::RESET_STATE

Constants inherited from RL::URIBase

RL::URIBase::HOST, RL::URIBase::SCHEME

Constants inherited from RL::WithPath

RL::WithPath::HOST, RL::WithPath::SCHEME

Instance Attribute Summary

Attributes inherited from RL::URIBase

#uri

Attributes inherited from RL::Base

#fs

Instance Method Summary collapse

Methods inherited from RL::PathBase

#arg0_info_, #build_arg0_, #fspath, #join, #scheme, splitrl, #to_s, #url, #use_host?

Methods inherited from RL::URIBase

#_get_base_from_arg, #_get_opts_from_args, #absolute?, #arg0_info_, #base, #base=, #host, #host=, #init_from_args_, #initialize, #initialize_copy, #join, #opaque, #openfs_, #path, #path=, #pathroot, #scheme, #to_s, #url, #urlpath, #urlpath=, #urlroot

Methods inherited from RL::WithPath

#_build, #_parts, #_uri, #abs, #base, #basename, #build_arg0_, #dirname, #filename, #fspath, #fspath=, #fspath_no_slash, #host, #host=, #is_root?, #join, #merge, #opaque, #openfs_, #path, #path=, #path_no_slash, #pathdepth, #pathroot, #route_from, #route_to, #scheme, #split, #uri, #uri_from_string_, #urlpath, #urlpath=

Methods included from Error::NotImplemented

#nodef

Methods inherited from RL::Base

#==, #===, #=~, #callstr, #close, #escape, #fs2url, #fspath, #initialize, #initialize_copy, is_riorl?, #length, #openfs_, parse, #path, #rl, split_riorl, subscheme, #to_rl, #to_s, #unescape, #url, #url2fs

Constructor Details

This class inherits a constructor from RIO::RL::URIBase

Instance Method Details

#dir_rlObject



47
48
49
# File 'lib/rio/scheme/path.rb', line 47

def dir_rl()
  RIO::Dir::RL.new(self.uri, {:fs => self.fs})
end

#file_rlObject



44
45
46
# File 'lib/rio/scheme/path.rb', line 44

def file_rl()
  RIO::File::RL.new(self.uri, {:fs => self.fs})
end