Class: AnnFlavorCore::ResolvedSpec

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

Overview

── Resolved output types ────────────────────────────────────────────────────

Instance Attribute Summary collapse

Instance Attribute Details

#androidObject

Returns the value of attribute android

Returns:

  • (Object)

    the current value of android



180
181
182
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 180

def android
  @android
end

#iosObject

Returns the value of attribute ios

Returns:

  • (Object)

    the current value of ios



180
181
182
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 180

def ios
  @ios
end

#webObject

Returns the value of attribute web

Returns:

  • (Object)

    the current value of web



180
181
182
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 180

def web
  @web
end

#windowsObject

Returns the value of attribute windows

Returns:

  • (Object)

    the current value of windows



180
181
182
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 180

def windows
  @windows
end