Class: Puree::Model::CopyrightLicense
- Defined in:
- lib/puree/model/copyright_license.rb
Overview
A copyright license.
Instance Attribute Summary collapse
Method Summary
Methods inherited from Structure
Instance Attribute Details
#name ⇒ String?
9 10 11 |
# File 'lib/puree/model/copyright_license.rb', line 9 def name @name end |
#url ⇒ String?
12 13 14 |
# File 'lib/puree/model/copyright_license.rb', line 12 def url @url end |