Cross Reference: ontology_version_options.rb
xref
: /
ontohub
/
lib
/
ontology_version_options.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
class
OntologyVersionOptions
attr_reader
:
filepath
, :
pusher
, :
fast_parse
, :
previous_filepath
def
initialize
(
filepath
,
pusher
,
fast_parse
:
false
,
previous_filepath
:
nil
)
@
filepath
=
filepath
@
pusher
=
pusher
@
fast_parse
=
fast_parse
@
previous_filepath
=
previous_filepath
end
def
pre_saving_filepath
previous_filepath
||
filepath
end
end