Sha256: 549279f2c13bcec7113d0b348e0abadb405af76b4f578e45883eeab1dbdbf1b9
Contents?: true
Size: 246 Bytes
Versions: 11
Compression:
Stored size: 246 Bytes
Contents
module Bitmovin::Encoding::Inputs class FtpInput < Bitmovin::Resource init 'encoding/inputs/ftp' attr_accessor :id, :created_at, :modified_at, :name, :description attr_accessor :host, :username, :password, :passive, :port end end
Version data entries
11 entries across 11 versions & 1 rubygems