Class: AnnFlavorCore::AndroidCredentials
- Inherits:
-
Struct
- Object
- Struct
- AnnFlavorCore::AndroidCredentials
- 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.
-
#google_play ⇒ Object
Returns the value of attribute google_play.
-
#samsung_galaxy ⇒ Object
Returns the value of attribute samsung_galaxy.
-
#signing ⇒ Object
Returns the value of attribute signing.
Instance Attribute Details
#amazon ⇒ Object
Returns the value of attribute amazon
54 55 56 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 54 def amazon @amazon end |
#google_play ⇒ Object
Returns the value of attribute google_play
54 55 56 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 54 def google_play @google_play end |
#samsung_galaxy ⇒ Object
Returns the value of attribute samsung_galaxy
54 55 56 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 54 def samsung_galaxy @samsung_galaxy end |
#signing ⇒ Object
Returns the value of attribute signing
54 55 56 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 54 def signing @signing end |