Module: ODDB::OddbYaml

Constant Summary collapse

YAML_URI =
'!oddb.org,2003'
EXPORT_PROPERTIES =
[]

Instance Method Summary collapse

Instance Method Details

#to_yaml_propertiesObject



25
26
27
# File 'ext/export/src/oddb_yaml.rb', line 25

def to_yaml_properties
	self::class::EXPORT_PROPERTIES
end

#to_yaml_typeObject



22
23
24
# File 'ext/export/src/oddb_yaml.rb', line 22

def to_yaml_type
	"#{YAML_URI}/#{self.class}"
end