Class: Rafflesia::VariantSplitRequest
- Inherits:
-
Types::BaseModel
- Object
- Types::BaseModel
- Rafflesia::VariantSplitRequest
- Defined in:
- lib/rafflesia/genomes/variant_split_request.rb
Constant Summary collapse
- HASH_ATTRS =
{ path: :path }.freeze
Instance Attribute Summary collapse
-
#path ⇒ Object
Returns the value of attribute path.
Instance Method Summary collapse
-
#initialize(json) ⇒ VariantSplitRequest
constructor
A new instance of VariantSplitRequest.
Constructor Details
#initialize(json) ⇒ VariantSplitRequest
Returns a new instance of VariantSplitRequest.
14 15 16 17 18 |
# File 'lib/rafflesia/genomes/variant_split_request.rb', line 14 def initialize(json) super() hash = self.class.normalize(json) @path = hash[:path] end |
Instance Attribute Details
#path ⇒ Object
Returns the value of attribute path.
12 13 14 |
# File 'lib/rafflesia/genomes/variant_split_request.rb', line 12 def path @path end |