Class: Dfxml::Parser::Volume

Inherits:
Object
  • Object
show all
Includes:
SAXMachine
Defined in:
lib/dfxml/parser.rb

Instance Method Summary collapse

Instance Method Details

#ftype=(val) ⇒ Object



164
165
166
# File 'lib/dfxml/parser.rb', line 164

def ftype=(val)
  @ftype ||= Dfxml::NumericFileSystemTypes[val.to_i]
end

#ftype_str=(val) ⇒ Object



168
169
170
# File 'lib/dfxml/parser.rb', line 168

def ftype_str=(val)
  @ftype ||= val.to_sym
end