Class: FastlaneCore::BuildWatcher::VersionMatches

Inherits:
Struct
  • Object
show all
Defined in:
fastlane_core/lib/fastlane_core/build_watcher.rb

Instance Attribute Summary collapse

Instance Attribute Details

#buildsObject

Returns the value of attribute builds

Returns:

  • (Object)

    the current value of builds



10
11
12
# File 'fastlane_core/lib/fastlane_core/build_watcher.rb', line 10

def builds
  @builds
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



10
11
12
# File 'fastlane_core/lib/fastlane_core/build_watcher.rb', line 10

def version
  @version
end