Method: Bio::Nexus::CharactersBlock#set_datatype
- Defined in:
- lib/bio/db/nexus.rb
#set_datatype(data_type) ⇒ Object
Sets the “data type” property.
Arguments:
-
(required) data_type: String
1131 1132 1133 |
# File 'lib/bio/db/nexus.rb', line 1131 def set_datatype( data_type ) @data_type = data_type end |