class CTioga2::MetaBuilder::Types::FileParameter

A piece of text representing the path to a file.

Attributes

filter[R]

The file filters, Qt style.

Public Class Methods

new(type) click to toggle source
Calls superclass method CTioga2::MetaBuilder::Type::new
# File lib/ctioga2/metabuilder/types/strings.rb, line 50
def initialize(type)
  super(type)
  @filter = @type[:filter]
end

Public Instance Methods

type_name() click to toggle source
# File lib/ctioga2/metabuilder/types/strings.rb, line 55
def type_name
  return 'file'
end