Class: KZ::KZFlexLibInfo

Inherits:
Object
  • Object
show all
Defined in:
lib/cocoapods-kz/helpers/kz_analyzer.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeKZFlexLibInfo

Returns a new instance of KZFlexLibInfo.



11
12
13
14
15
# File 'lib/cocoapods-kz/helpers/kz_analyzer.rb', line 11

def initialize
  @have_flexLib_pod = false
  @have_kzswiftui_pod = false
  @flexLib_version = Pod::Version::ZERO
end

Instance Attribute Details

#flexLib_versionObject

Returns the value of attribute flexLib_version.



9
10
11
# File 'lib/cocoapods-kz/helpers/kz_analyzer.rb', line 9

def flexLib_version
  @flexLib_version
end

#have_flexLib_podObject

Returns the value of attribute have_flexLib_pod.



7
8
9
# File 'lib/cocoapods-kz/helpers/kz_analyzer.rb', line 7

def have_flexLib_pod
  @have_flexLib_pod
end

#have_kzswiftui_podObject

Returns the value of attribute have_kzswiftui_pod.



8
9
10
# File 'lib/cocoapods-kz/helpers/kz_analyzer.rb', line 8

def have_kzswiftui_pod
  @have_kzswiftui_pod
end