Class: Tim::Template::OS

Inherits:
Struct
  • Object
show all
Defined in:
app/models/tim/template.rb

Instance Attribute Summary collapse

Instance Attribute Details

#archObject

Returns the value of attribute arch

Returns:

  • (Object)

    the current value of arch



13
14
15
# File 'app/models/tim/template.rb', line 13

def arch
  @arch
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



13
14
15
# File 'app/models/tim/template.rb', line 13

def name
  @name
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



13
14
15
# File 'app/models/tim/template.rb', line 13

def version
  @version
end