Class: Kanrisuru::Util::FsMountOpts
- Inherits:
-
Object
- Object
- Kanrisuru::Util::FsMountOpts
- Defined in:
- lib/kanrisuru/util/fs_mount_opts.rb
Class Method Summary collapse
Class Method Details
.[](key) ⇒ Object
650 651 652 |
# File 'lib/kanrisuru/util/fs_mount_opts.rb', line 650 def self.[](key) @options_dict[key.to_sym] end |
.get_device(key) ⇒ Object
642 643 644 |
# File 'lib/kanrisuru/util/fs_mount_opts.rb', line 642 def self.get_device(key) @options_dict[key.to_sym] end |
.get_device_opt(key, value) ⇒ Object
646 647 648 |
# File 'lib/kanrisuru/util/fs_mount_opts.rb', line 646 def self.get_device_opt(key, value) @options_dict[key.to_sym][value] end |