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