Class: GpxDoctor::Models::Copyright

Inherits:
Struct
  • Object
show all
Defined in:
lib/gpx_doctor/models/copyright.rb

Instance Attribute Summary collapse

Instance Attribute Details

#authorObject

Returns the value of attribute author

Returns:

  • (Object)

    the current value of author



5
6
7
# File 'lib/gpx_doctor/models/copyright.rb', line 5

def author
  @author
end

#licenseObject

Returns the value of attribute license

Returns:

  • (Object)

    the current value of license



5
6
7
# File 'lib/gpx_doctor/models/copyright.rb', line 5

def license
  @license
end

#yearObject

Returns the value of attribute year

Returns:

  • (Object)

    the current value of year



5
6
7
# File 'lib/gpx_doctor/models/copyright.rb', line 5

def year
  @year
end