Class: AnnFlavorCore::FlavorStores
- Inherits:
-
Struct
- Object
- Struct
- AnnFlavorCore::FlavorStores
- Defined in:
- lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb
Instance Attribute Summary collapse
-
#amazon ⇒ Object
Returns the value of attribute amazon.
-
#app_store ⇒ Object
Returns the value of attribute app_store.
-
#google_play ⇒ Object
Returns the value of attribute google_play.
-
#samsung_galaxy ⇒ Object
Returns the value of attribute samsung_galaxy.
Instance Attribute Details
#amazon ⇒ Object
Returns the value of attribute amazon
154 155 156 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 154 def amazon @amazon end |
#app_store ⇒ Object
Returns the value of attribute app_store
154 155 156 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 154 def app_store @app_store end |
#google_play ⇒ Object
Returns the value of attribute google_play
154 155 156 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 154 def google_play @google_play end |
#samsung_galaxy ⇒ Object
Returns the value of attribute samsung_galaxy
154 155 156 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 154 def samsung_galaxy @samsung_galaxy end |