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)
Sourceno_md_header!
Sourceno_md_header?
Sourceoptions
Sourceplatform
Sourceplatform=(platform : String)
Sourcepost_list_only!
Sourcepost_list_only?
Sourceposts_dist
Sourceposts_dist=(posts_dist : String)
Sourceset_assets_image!
Sourceset_update_content!
Sourceskip_image_downloads!
Sourceskip_image_downloads?
Sourceupdate_content?
Sourcevalid?
Source