Class: W3cApi::Models::Serie
- Inherits:
-
Lutaml::Hal::Resource
- Object
- Lutaml::Hal::Resource
- W3cApi::Models::Serie
- Defined in:
- lib/w3c_api/models/serie.rb
Instance Method Summary collapse
Instance Method Details
#current_specification(client = nil) ⇒ Object
63 64 65 66 67 |
# File 'lib/w3c_api/models/serie.rb', line 63 def current_specification(client = nil) return nil unless client client.specification(shortname) end |
#specifications(client = nil) ⇒ Object
57 58 59 60 61 |
# File 'lib/w3c_api/models/serie.rb', line 57 def specifications(client = nil) return nil unless client client.series_specifications(shortname) end |