Class: Flexr::Importer::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/flexr/importer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#complete?Object

Returns the value of attribute complete?

Returns:

  • (Object)

    the current value of complete?



7
8
9
# File 'lib/flexr/importer.rb', line 7

def complete?
  @complete?
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



7
8
9
# File 'lib/flexr/importer.rb', line 7

def source
  @source
end

#warningsObject

Returns the value of attribute warnings

Returns:

  • (Object)

    the current value of warnings



7
8
9
# File 'lib/flexr/importer.rb', line 7

def warnings
  @warnings
end