module Fastlane::Apprepo

Root module of the plugin (seems like a class-loader)

Static configuration values

Constants

DESCRIPTION
SUMMARY
VERSION

Public Class Methods

all_classes() click to toggle source

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

# File lib/fastlane/plugin/apprepo.rb, line 15
def self.all_classes
  Dir[File.expand_path('*/{actions}/*.rb', File.dirname(__FILE__))]
end