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
201 202 203 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 201 def android @android end |
#ios ⇒ Object
Returns the value of attribute ios
201 202 203 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 201 def ios @ios end |
#web ⇒ Object
Returns the value of attribute web
201 202 203 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 201 def web @web end |
#windows ⇒ Object
Returns the value of attribute windows
201 202 203 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 201 def windows @windows end |