class GdnsdIo::FilePath
Constants
- DEFAULTS
Public Class Methods
new(filepath = {})
click to toggle source
# File lib/gdnsd_io/file_path.rb, line 11 def initialize(filepath = {}) DEFAULTS.each do |attribute, value| send("#{attribute}=".to_sym, filepath.fetch(attribute, value)) end end