Class: Rafflesia::AlphaFoldChainComparisonsExportRequest
- Inherits:
-
Types::BaseModel
- Object
- Types::BaseModel
- Rafflesia::AlphaFoldChainComparisonsExportRequest
- Defined in:
- lib/rafflesia/proteins/alpha_fold_chain_comparisons_export_request.rb
Constant Summary collapse
- HASH_ATTRS =
{ allow_network: :allow_network, backend: :backend, chain_ids: :chain_ids, database: :database, foldseek_binary_path: :foldseek_binary_path, output_format: :output_format, output_relation: :output_relation, partition_by: :partition_by, preview_limit: :preview_limit, relation: :relation, release: :release, sort_by: :sort_by, structure_id: :structure_id, tmalign_binary_path: :tmalign_binary_path }.freeze
Instance Attribute Summary collapse
-
#allow_network ⇒ Object
Returns the value of attribute allow_network.
-
#backend ⇒ Object
Returns the value of attribute backend.
-
#chain_ids ⇒ Object
Returns the value of attribute chain_ids.
-
#database ⇒ Object
Returns the value of attribute database.
-
#foldseek_binary_path ⇒ Object
Returns the value of attribute foldseek_binary_path.
-
#output_format ⇒ Object
Returns the value of attribute output_format.
-
#output_relation ⇒ Object
Returns the value of attribute output_relation.
-
#partition_by ⇒ Object
Returns the value of attribute partition_by.
-
#preview_limit ⇒ Object
Returns the value of attribute preview_limit.
-
#relation ⇒ Object
Returns the value of attribute relation.
-
#release ⇒ Object
Returns the value of attribute release.
-
#sort_by ⇒ Object
Returns the value of attribute sort_by.
-
#structure_id ⇒ Object
Returns the value of attribute structure_id.
-
#tmalign_binary_path ⇒ Object
Returns the value of attribute tmalign_binary_path.
Instance Method Summary collapse
-
#initialize(json) ⇒ AlphaFoldChainComparisonsExportRequest
constructor
A new instance of AlphaFoldChainComparisonsExportRequest.
Constructor Details
#initialize(json) ⇒ AlphaFoldChainComparisonsExportRequest
Returns a new instance of AlphaFoldChainComparisonsExportRequest.
41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 |
# File 'lib/rafflesia/proteins/alpha_fold_chain_comparisons_export_request.rb', line 41 def initialize(json) super() hash = self.class.normalize(json) @allow_network = hash[:allow_network] @backend = hash[:backend] @chain_ids = (hash[:chain_ids] || []) @database = hash[:database] @foldseek_binary_path = hash[:foldseek_binary_path] @output_format = hash[:output_format] @output_relation = hash[:output_relation] @partition_by = (hash[:partition_by] || []) @preview_limit = hash[:preview_limit] @relation = hash[:relation] @release = hash[:release] @sort_by = (hash[:sort_by] || []) @structure_id = hash[:structure_id] @tmalign_binary_path = hash[:tmalign_binary_path] end |
Instance Attribute Details
#allow_network ⇒ Object
Returns the value of attribute allow_network.
25 26 27 |
# File 'lib/rafflesia/proteins/alpha_fold_chain_comparisons_export_request.rb', line 25 def allow_network @allow_network end |
#backend ⇒ Object
Returns the value of attribute backend.
25 26 27 |
# File 'lib/rafflesia/proteins/alpha_fold_chain_comparisons_export_request.rb', line 25 def backend @backend end |
#chain_ids ⇒ Object
Returns the value of attribute chain_ids.
25 26 27 |
# File 'lib/rafflesia/proteins/alpha_fold_chain_comparisons_export_request.rb', line 25 def chain_ids @chain_ids end |
#database ⇒ Object
Returns the value of attribute database.
25 26 27 |
# File 'lib/rafflesia/proteins/alpha_fold_chain_comparisons_export_request.rb', line 25 def database @database end |
#foldseek_binary_path ⇒ Object
Returns the value of attribute foldseek_binary_path.
25 26 27 |
# File 'lib/rafflesia/proteins/alpha_fold_chain_comparisons_export_request.rb', line 25 def foldseek_binary_path @foldseek_binary_path end |
#output_format ⇒ Object
Returns the value of attribute output_format.
25 26 27 |
# File 'lib/rafflesia/proteins/alpha_fold_chain_comparisons_export_request.rb', line 25 def output_format @output_format end |
#output_relation ⇒ Object
Returns the value of attribute output_relation.
25 26 27 |
# File 'lib/rafflesia/proteins/alpha_fold_chain_comparisons_export_request.rb', line 25 def output_relation @output_relation end |
#partition_by ⇒ Object
Returns the value of attribute partition_by.
25 26 27 |
# File 'lib/rafflesia/proteins/alpha_fold_chain_comparisons_export_request.rb', line 25 def partition_by @partition_by end |
#preview_limit ⇒ Object
Returns the value of attribute preview_limit.
25 26 27 |
# File 'lib/rafflesia/proteins/alpha_fold_chain_comparisons_export_request.rb', line 25 def preview_limit @preview_limit end |
#relation ⇒ Object
Returns the value of attribute relation.
25 26 27 |
# File 'lib/rafflesia/proteins/alpha_fold_chain_comparisons_export_request.rb', line 25 def relation @relation end |
#release ⇒ Object
Returns the value of attribute release.
25 26 27 |
# File 'lib/rafflesia/proteins/alpha_fold_chain_comparisons_export_request.rb', line 25 def release @release end |
#sort_by ⇒ Object
Returns the value of attribute sort_by.
25 26 27 |
# File 'lib/rafflesia/proteins/alpha_fold_chain_comparisons_export_request.rb', line 25 def sort_by @sort_by end |
#structure_id ⇒ Object
Returns the value of attribute structure_id.
25 26 27 |
# File 'lib/rafflesia/proteins/alpha_fold_chain_comparisons_export_request.rb', line 25 def structure_id @structure_id end |
#tmalign_binary_path ⇒ Object
Returns the value of attribute tmalign_binary_path.
25 26 27 |
# File 'lib/rafflesia/proteins/alpha_fold_chain_comparisons_export_request.rb', line 25 def tmalign_binary_path @tmalign_binary_path end |