Class: FalseClass
- Inherits:
-
Object
- Object
- FalseClass
- Defined in:
- lib/rdf_objects/data_types.rb
Instance Attribute Summary collapse
-
#data_type ⇒ Object
Returns the value of attribute data_type.
-
#language ⇒ Object
Returns the value of attribute language.
Instance Method Summary collapse
Instance Attribute Details
#data_type ⇒ Object
Returns the value of attribute data_type.
32 33 34 |
# File 'lib/rdf_objects/data_types.rb', line 32 def data_type @data_type end |
#language ⇒ Object
Returns the value of attribute language.
32 33 34 |
# File 'lib/rdf_objects/data_types.rb', line 32 def language @language end |
Instance Method Details
#set_data_type(uri) ⇒ Object
33 34 35 |
# File 'lib/rdf_objects/data_types.rb', line 33 def set_data_type(uri) @data_type = uri end |