Class: AnnFlavorCore::ResolvedSpec
- Inherits:
-
Struct
- Object
- Struct
- AnnFlavorCore::ResolvedSpec
- Defined in:
- lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb
Overview
── Resolved output types ────────────────────────────────────────────────────
Instance Attribute Summary collapse
-
#android ⇒ Object
Returns the value of attribute android.
-
#ios ⇒ Object
Returns the value of attribute ios.
-
#web ⇒ Object
Returns the value of attribute web.
-
#windows ⇒ Object
Returns the value of attribute windows.
Instance Attribute Details
#android ⇒ Object
Returns the value of attribute android
180 181 182 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 180 def android @android end |
#ios ⇒ Object
Returns the value of attribute ios
180 181 182 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 180 def ios @ios end |
#web ⇒ Object
Returns the value of attribute web
180 181 182 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 180 def web @web end |
#windows ⇒ Object
Returns the value of attribute windows
180 181 182 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 180 def windows @windows end |