struct Chem::Structure::Experiment
- Chem::Structure::Experiment
- Struct
- Value
- Object
Defined in:
chem/core/structure/experiment.crConstructors
Instance Method Summary
- #deposition_date : Time
- #doi : String | Nil
- #method : Method
- #pdb_accession : String
- #resolution : Float64 | Nil
- #title : String
Constructor Detail
def self.new(title : String, method : Method, resolution : Float64 | Nil, pdb_accession : String, deposition_date : Time, doi : String | Nil)
#