Class: Tim::Template::OS
- Inherits:
-
Struct
- Object
- Struct
- Tim::Template::OS
- Defined in:
- app/models/tim/template.rb
Instance Attribute Summary collapse
-
#arch ⇒ Object
Returns the value of attribute arch.
-
#name ⇒ Object
Returns the value of attribute name.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#arch ⇒ Object
Returns the value of attribute arch
13 14 15 |
# File 'app/models/tim/template.rb', line 13 def arch @arch end |
#name ⇒ Object
Returns the value of attribute name
13 14 15 |
# File 'app/models/tim/template.rb', line 13 def name @name end |
#version ⇒ Object
Returns the value of attribute version
13 14 15 |
# File 'app/models/tim/template.rb', line 13 def version @version end |