class ONIX::ResourceVersionFeature

Public Instance Methods

parse(n) click to toggle source
Calls superclass method
# File lib/onix/resource_version_feature.rb, line 14
def parse(n)
  super

  if @resource_version_feature_type.human == "FileFormat"
    @feature_value = SupportingResourceFileFormat.from_code(@feature_value)
  end
end