Medup::Settings
Inherits Struct / Value / Object
Constants
DEFAULT_ASSETS_BASE_PATH = "./assets"
DEFAULT_ASSETS_DIR_NAME = "assets"
DEFAULT_PLATFORM = PLATFORM_MEDIUM
DEFAULT_POSTS_PATH = "./posts"
PLATFORM_DEVTO = "devto"
PLATFORM_MEDIUM = "medium"
PLATFORMS = [PLATFORM_MEDIUM, PLATFORM_DEVTO]
Constructors
new
SourceInstance methods
assets_base_path
Sourceassets_base_path=(assets_base_path : String)
Sourceassets_dist
Sourceassets_dist=(assets_dist : String | Nil)
Sourceassets_image?
Sourcedry_run!
Sourcedry_run?
Sourcegithub_api_token
Sourcegithub_api_token=(github_api_token : String | Nil)
Sourcemedium_token
Sourcemedium_token=(medium_token : String | Nil)
Sourceoptions
Sourceplatform
Sourceplatform=(platform : String)
Sourceposts_dist
Sourceposts_dist=(posts_dist : String)
Sourceset_assets_image!
Sourceset_update_content!
Sourceupdate_content?
Sourcevalid?
Source