Class: FastlaneCore::BuildWatcher::VersionMatches
- Inherits:
-
Struct
- Object
- Struct
- FastlaneCore::BuildWatcher::VersionMatches
- Defined in:
- fastlane_core/lib/fastlane_core/build_watcher.rb
Instance Attribute Summary collapse
-
#builds ⇒ Object
Returns the value of attribute builds.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#builds ⇒ Object
Returns the value of attribute builds
10 11 12 |
# File 'fastlane_core/lib/fastlane_core/build_watcher.rb', line 10 def builds @builds end |
#version ⇒ Object
Returns the value of attribute version
10 11 12 |
# File 'fastlane_core/lib/fastlane_core/build_watcher.rb', line 10 def version @version end |