Class: Puree::Model::CopyrightLicense

Inherits:
Structure
  • Object
show all
Defined in:
lib/puree/model/copyright_license.rb

Overview

A copyright license.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Structure

#data?

Instance Attribute Details

#nameString?

Returns:

  • (String, nil)


9
10
11
# File 'lib/puree/model/copyright_license.rb', line 9

def name
  @name
end

#urlString?

Returns:

  • (String, nil)


12
13
14
# File 'lib/puree/model/copyright_license.rb', line 12

def url
  @url
end