Class: KZ::KZFlexLibInfo
- Inherits:
-
Object
- Object
- KZ::KZFlexLibInfo
- Defined in:
- lib/cocoapods-kz/helpers/kz_analyzer.rb
Instance Attribute Summary collapse
-
#flexLib_version ⇒ Object
Returns the value of attribute flexLib_version.
-
#have_flexLib_pod ⇒ Object
Returns the value of attribute have_flexLib_pod.
-
#have_kzswiftui_pod ⇒ Object
Returns the value of attribute have_kzswiftui_pod.
Instance Method Summary collapse
-
#initialize ⇒ KZFlexLibInfo
constructor
A new instance of KZFlexLibInfo.
Constructor Details
#initialize ⇒ KZFlexLibInfo
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_version ⇒ Object
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_pod ⇒ Object
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_pod ⇒ Object
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 |