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
65 66 67 68 69 |
# File 'lib/w3c_api/models/serie.rb', line 65 def current_specification(client = nil) return nil unless client client.specification(shortname) end |
#specifications(client = nil) ⇒ Object
59 60 61 62 63 |
# File 'lib/w3c_api/models/serie.rb', line 59 def specifications(client = nil) return nil unless client client.series_specifications(shortname) end |