class Dfxml::Parser::Volume

Public Instance Methods

ftype=(val) click to toggle source
# File lib/dfxml/parser.rb, line 164
def ftype=(val)
  @ftype ||= Dfxml::NumericFileSystemTypes[val.to_i]
end
ftype_str=(val) click to toggle source
# File lib/dfxml/parser.rb, line 168
def ftype_str=(val)
  @ftype ||= val.to_sym
end