Class: W3cApi::Models::Specification
- Inherits:
-
Lutaml::Hal::Resource
- Object
- Lutaml::Hal::Resource
- W3cApi::Models::Specification
- Defined in:
- lib/w3c_api/models/specification.rb
Instance Method Summary collapse
Instance Method Details
#versions(client = nil) ⇒ Object
73 74 75 76 77 |
# File 'lib/w3c_api/models/specification.rb', line 73 def versions(client = nil) return nil unless client client.specification_versions(shortname) end |