Class: PDC::V1::ReleaseVariant
- Defined in:
- lib/pdc/v1/release_variant.rb
Instance Method Summary collapse
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
#release ⇒ Object
7 8 9 |
# File 'lib/pdc/v1/release_variant.rb', line 7 def release Release.find(attributes[:release]) end |