Class: Flexr::Importer::Result
- Inherits:
-
Struct
- Object
- Struct
- Flexr::Importer::Result
- Defined in:
- lib/flexr/importer.rb
Instance Attribute Summary collapse
-
#complete? ⇒ Object
Returns the value of attribute complete?.
-
#source ⇒ Object
Returns the value of attribute source.
-
#warnings ⇒ Object
Returns the value of attribute warnings.
Instance Attribute Details
#complete? ⇒ Object
Returns the value of attribute complete?
7 8 9 |
# File 'lib/flexr/importer.rb', line 7
def complete?
@complete?
end
|
#source ⇒ Object
Returns the value of attribute source
7 8 9 |
# File 'lib/flexr/importer.rb', line 7 def source @source end |
#warnings ⇒ Object
Returns the value of attribute warnings
7 8 9 |
# File 'lib/flexr/importer.rb', line 7 def warnings @warnings end |