Class: AnnFlavorCore::AnnApp

Inherits:
Struct
  • Object
show all
Defined in:
lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb

Instance Attribute Summary collapse

Instance Attribute Details

#androidObject

Returns the value of attribute android

Returns:

  • (Object)

    the current value of android



37
38
39
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 37

def android
  @android
end

#generalObject

Returns the value of attribute general

Returns:

  • (Object)

    the current value of general



37
38
39
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 37

def general
  @general
end

#integrationsObject

Returns the value of attribute integrations

Returns:

  • (Object)

    the current value of integrations



37
38
39
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 37

def integrations
  @integrations
end

#iosObject

Returns the value of attribute ios

Returns:

  • (Object)

    the current value of ios



37
38
39
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 37

def ios
  @ios
end

#webObject

Returns the value of attribute web

Returns:

  • (Object)

    the current value of web



37
38
39
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 37

def web
  @web
end

#windowsObject

Returns the value of attribute windows

Returns:

  • (Object)

    the current value of windows



37
38
39
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 37

def windows
  @windows
end