module Bio::PDB::DataType::ConstLikeMethod
Public Instance Methods
Pdb_LString(nn)
click to toggle source
# File lib/bio/db/pdb/pdb.rb 158 def Pdb_LString(nn) 159 Pdb_LString[nn] 160 end
Pdb_Real(fmt)
click to toggle source
# File lib/bio/db/pdb/pdb.rb 166 def Pdb_Real(fmt) 167 Pdb_Real[fmt] 168 end
Pdb_String(nn)
click to toggle source
# File lib/bio/db/pdb/pdb.rb 162 def Pdb_String(nn) 163 Pdb_String[nn] 164 end