class PlexCLI::Command::SyncSections
- PlexCLI::Command::SyncSections
- Reference
- Object
Defined in:
plexcli/command/sync_sections.crConstructors
Instance Method Summary
- #destination : Server
- #destination=(destination : Server)
- #destination? : Server | Nil
- #find_section(server : Server)
- #media(server : Server, section : JSON::Any)
- #relative_path(section : JSON::Any, metum : JSON::Any)
- #run
- #section : String
- #section=(section : String)
- #section? : String | Nil
- #source : Server
- #source=(source : Server)
- #source? : Server | Nil
- #tags_for(metum : Metum)
Constructor Detail
def self.new(source : Nil | PlexCLI::Server, destination : Nil | PlexCLI::Server, section : Nil | String)
#