Class: W3cApi::Models::Affiliation
- Inherits:
-
Lutaml::Hal::Resource
- Object
- Lutaml::Hal::Resource
- W3cApi::Models::Affiliation
- Defined in:
- lib/w3c_api/models/affiliation.rb
Instance Method Summary collapse
Instance Method Details
#participants(client = nil) ⇒ Object
74 75 76 77 78 |
# File 'lib/w3c_api/models/affiliation.rb', line 74 def participants(client = nil) return nil unless client client.affiliation_participants(id) end |
#participations(client = nil) ⇒ Object
80 81 82 83 84 |
# File 'lib/w3c_api/models/affiliation.rb', line 80 def participations(client = nil) return nil unless client client.affiliation_participations(id) end |