Class: GpxDoctor::Models::Copyright
- Inherits:
-
Struct
- Object
- Struct
- GpxDoctor::Models::Copyright
- Defined in:
- lib/gpx_doctor/models/copyright.rb
Instance Attribute Summary collapse
-
#author ⇒ Object
Returns the value of attribute author.
-
#license ⇒ Object
Returns the value of attribute license.
-
#year ⇒ Object
Returns the value of attribute year.
Instance Attribute Details
#author ⇒ Object
Returns the value of attribute author
5 6 7 |
# File 'lib/gpx_doctor/models/copyright.rb', line 5 def @author end |
#license ⇒ Object
Returns the value of attribute license
5 6 7 |
# File 'lib/gpx_doctor/models/copyright.rb', line 5 def license @license end |
#year ⇒ Object
Returns the value of attribute year
5 6 7 |
# File 'lib/gpx_doctor/models/copyright.rb', line 5 def year @year end |