Class: AnnFlavorCore::AndroidSdk
- Inherits:
-
Struct
- Object
- Struct
- AnnFlavorCore::AndroidSdk
- Defined in:
- lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb
Instance Attribute Summary collapse
-
#compile_sdk ⇒ Object
Returns the value of attribute compile_sdk.
-
#min_sdk ⇒ Object
Returns the value of attribute min_sdk.
-
#target_sdk ⇒ Object
Returns the value of attribute target_sdk.
Instance Attribute Details
#compile_sdk ⇒ Object
Returns the value of attribute compile_sdk
52 53 54 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 52 def compile_sdk @compile_sdk end |
#min_sdk ⇒ Object
Returns the value of attribute min_sdk
52 53 54 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 52 def min_sdk @min_sdk end |
#target_sdk ⇒ Object
Returns the value of attribute target_sdk
52 53 54 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 52 def target_sdk @target_sdk end |