struct Chem::Structure::Experiment

Defined in:

chem/core/structure/experiment.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(title : String, method : Method, resolution : Float64 | Nil, pdb_accession : String, deposition_date : Time, doi : String | Nil) #

[View source]

Instance Method Detail

def deposition_date : Time #

[View source]
def doi : String | Nil #

[View source]
def method : Method #

[View source]
def pdb_accession : String #

[View source]
def resolution : Float64 | Nil #

[View source]
def title : String #

[View source]