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



18
19
20
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 18

def android
  @android
end

#generalObject

Returns the value of attribute general

Returns:

  • (Object)

    the current value of general



18
19
20
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 18

def general
  @general
end

#integrationsObject

Returns the value of attribute integrations

Returns:

  • (Object)

    the current value of integrations



18
19
20
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 18

def integrations
  @integrations
end

#iosObject

Returns the value of attribute ios

Returns:

  • (Object)

    the current value of ios



18
19
20
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 18

def ios
  @ios
end

#webObject

Returns the value of attribute web

Returns:

  • (Object)

    the current value of web



18
19
20
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 18

def web
  @web
end

#windowsObject

Returns the value of attribute windows

Returns:

  • (Object)

    the current value of windows



18
19
20
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 18

def windows
  @windows
end