Class: Bipm::Data::Importer::CLI::Options
- Inherits:
-
Struct
- Object
- Struct
- Bipm::Data::Importer::CLI::Options
- Defined in:
- lib/bipm/data/importer/cli.rb
Instance Attribute Summary collapse
-
#base_dir ⇒ Object
Returns the value of attribute base_dir.
-
#body_id ⇒ Object
Returns the value of attribute body_id.
-
#fork ⇒ Object
Returns the value of attribute fork.
-
#languages ⇒ Object
Returns the value of attribute languages.
Instance Attribute Details
#base_dir ⇒ Object
Returns the value of attribute base_dir
11 12 13 |
# File 'lib/bipm/data/importer/cli.rb', line 11 def base_dir @base_dir end |
#body_id ⇒ Object
Returns the value of attribute body_id
11 12 13 |
# File 'lib/bipm/data/importer/cli.rb', line 11 def body_id @body_id end |
#fork ⇒ Object
Returns the value of attribute fork
11 12 13 |
# File 'lib/bipm/data/importer/cli.rb', line 11 def fork @fork end |
#languages ⇒ Object
Returns the value of attribute languages
11 12 13 |
# File 'lib/bipm/data/importer/cli.rb', line 11 def languages @languages end |