Module: Fastlane::GooglePlayTrackUpdater

Defined in:
lib/fastlane/plugin/google_play_track_updater.rb,
lib/fastlane/plugin/google_play_track_updater/client.rb,
lib/fastlane/plugin/google_play_track_updater/version.rb

Defined Under Namespace

Classes: GooglePlayClient

Constant Summary collapse

VERSION =
'0.2.0'

Class Method Summary collapse

Class Method Details

.all_classesObject

Return all .rb files inside the “actions” and “helper” directory



6
7
8
# File 'lib/fastlane/plugin/google_play_track_updater.rb', line 6

def self.all_classes
  Dir[File.expand_path('**/{actions,helper}/*.rb', File.dirname(__FILE__))]
end