class Fastlane::Helper::TwineConfig
Attributes
description[RW]
destination_path[RW]
source_path[RW]
twine_args[RW]
Public Class Methods
new(description, source_path, twine_args, destination_path)
click to toggle source
# File lib/fastlane/plugin/twine/helper/confighelper.rb, line 5 def initialize(description, source_path, twine_args, destination_path) @description = description @source_path = source_path @twine_args = twine_args @destination_path = destination_path end