Class: BiocGem::Options

Inherits:
Struct
  • Object
show all
Defined in:
lib/bioc_gem/options.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bioc_package_md5sumObject

Returns the value of attribute bioc_package_md5sum

Returns:

  • (Object)

    the current value of bioc_package_md5sum



2
3
4
# File 'lib/bioc_gem/options.rb', line 2

def bioc_package_md5sum
  @bioc_package_md5sum
end

#bioc_package_nameObject

Returns the value of attribute bioc_package_name

Returns:

  • (Object)

    the current value of bioc_package_name



2
3
4
# File 'lib/bioc_gem/options.rb', line 2

def bioc_package_name
  @bioc_package_name
end

#bioc_package_sha256sumObject

Returns the value of attribute bioc_package_sha256sum

Returns:

  • (Object)

    the current value of bioc_package_sha256sum



2
3
4
# File 'lib/bioc_gem/options.rb', line 2

def bioc_package_sha256sum
  @bioc_package_sha256sum
end

#bioc_package_versionObject

Returns the value of attribute bioc_package_version

Returns:

  • (Object)

    the current value of bioc_package_version



2
3
4
# File 'lib/bioc_gem/options.rb', line 2

def bioc_package_version
  @bioc_package_version
end

#bioc_sqlite_database_nameObject

Returns the value of attribute bioc_sqlite_database_name

Returns:

  • (Object)

    the current value of bioc_sqlite_database_name



2
3
4
# File 'lib/bioc_gem/options.rb', line 2

def bioc_sqlite_database_name
  @bioc_sqlite_database_name
end

#bioc_versionObject

Returns the value of attribute bioc_version

Returns:

  • (Object)

    the current value of bioc_version



2
3
4
# File 'lib/bioc_gem/options.rb', line 2

def bioc_version
  @bioc_version
end

#gem_constant_nameObject

Returns the value of attribute gem_constant_name

Returns:

  • (Object)

    the current value of gem_constant_name



2
3
4
# File 'lib/bioc_gem/options.rb', line 2

def gem_constant_name
  @gem_constant_name
end

#gem_iconObject

Returns the value of attribute gem_icon

Returns:

  • (Object)

    the current value of gem_icon



2
3
4
# File 'lib/bioc_gem/options.rb', line 2

def gem_icon
  @gem_icon
end

#gem_require_nameObject

Returns the value of attribute gem_require_name

Returns:

  • (Object)

    the current value of gem_require_name



2
3
4
# File 'lib/bioc_gem/options.rb', line 2

def gem_require_name
  @gem_require_name
end

#output_directoryObject

Returns the value of attribute output_directory

Returns:

  • (Object)

    the current value of output_directory



2
3
4
# File 'lib/bioc_gem/options.rb', line 2

def output_directory
  @output_directory
end