Class: AnnFlavorCore::AndroidSdk

Inherits:
Struct
  • Object
show all
Defined in:
lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb

Instance Attribute Summary collapse

Instance Attribute Details

#compile_sdkObject

Returns the value of attribute compile_sdk

Returns:

  • (Object)

    the current value of 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_sdkObject

Returns the value of attribute min_sdk

Returns:

  • (Object)

    the current value of 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_sdkObject

Returns the value of attribute target_sdk

Returns:

  • (Object)

    the current value of 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