Class: PDC::V1::Release
Instance Attribute Summary
Attributes included from Resource::RestApi
Instance Method Summary collapse
Methods included from Resource::RestApi
Methods included from Resource::Scopes
Methods included from Resource::Attributes
#[]=, #attributes=, #initialize, #inspect
Methods included from Resource::Identity
#==, #as_json, #hash, #id, #id=, #id?, #uri
Methods included from Logging
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class PDC::Resource::Attributes
Instance Method Details
#variants ⇒ Object
11 12 13 |
# File 'lib/pdc/v1/release.rb', line 11 def variants @variants ||= ReleaseVariant.where(release: id) end |