Class: ODDB::Regulatory::Registration
- Defined in:
- lib/oddb/regulatory/registration.rb,
lib/oddb/persistence/odba/regulatory/registration.rb
Constant Summary
Constants included from OddbUri
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#deactivation_date ⇒ Object
Returns the value of attribute deactivation_date.
-
#expiration_date ⇒ Object
Returns the value of attribute expiration_date.
-
#registration_date ⇒ Object
Returns the value of attribute registration_date.
-
#revision_date ⇒ Object
Returns the value of attribute revision_date.
Method Summary
Methods inherited from Model
#__odba_delete__, #__odba_save__, _serializables, belongs_to, connections, connector, connectors, #data_origin, #data_origins, delegates, #delete, find_by_uid, has_many, is_coded, m10l_document, multilingual, #odba_serializables, #oid, on_delete, on_save, predicates, #save, #saved?, serializables, serialize, singular
Methods included from ODBA::Persistable
Methods included from Yaml
append_features, #to_yaml_properties
Methods included from OddbUri
#to_yaml, #to_yaml_map, #to_yaml_type
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code.
9 10 11 |
# File 'lib/oddb/regulatory/registration.rb', line 9 def code @code end |
#deactivation_date ⇒ Object
Returns the value of attribute deactivation_date.
9 10 11 |
# File 'lib/oddb/regulatory/registration.rb', line 9 def deactivation_date @deactivation_date end |
#expiration_date ⇒ Object
Returns the value of attribute expiration_date.
9 10 11 |
# File 'lib/oddb/regulatory/registration.rb', line 9 def expiration_date @expiration_date end |
#registration_date ⇒ Object
Returns the value of attribute registration_date.
9 10 11 |
# File 'lib/oddb/regulatory/registration.rb', line 9 def registration_date @registration_date end |
#revision_date ⇒ Object
Returns the value of attribute revision_date.
9 10 11 |
# File 'lib/oddb/regulatory/registration.rb', line 9 def revision_date @revision_date end |