Class: AnnFlavorCore::AnnApp
- Inherits:
-
Struct
- Object
- Struct
- AnnFlavorCore::AnnApp
- Defined in:
- lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb
Instance Attribute Summary collapse
-
#android ⇒ Object
Returns the value of attribute android.
-
#general ⇒ Object
Returns the value of attribute general.
-
#integrations ⇒ Object
Returns the value of attribute integrations.
-
#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
37 38 39 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 37 def android @android end |
#general ⇒ Object
Returns the value of attribute general
37 38 39 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 37 def general @general end |
#integrations ⇒ Object
Returns the value of attribute integrations
37 38 39 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 37 def integrations @integrations end |
#ios ⇒ Object
Returns the value of attribute ios
37 38 39 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 37 def ios @ios end |
#web ⇒ Object
Returns the value of attribute web
37 38 39 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 37 def web @web end |
#windows ⇒ Object
Returns the value of attribute windows
37 38 39 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 37 def windows @windows end |