Class: Bitmovin::Encoding::Inputs::FtpInput
- Defined in:
- lib/bitmovin/encoding/inputs/ftp_input.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#description ⇒ Object
Returns the value of attribute description.
-
#host ⇒ Object
Returns the value of attribute host.
-
#id ⇒ Object
Returns the value of attribute id.
-
#modified_at ⇒ Object
Returns the value of attribute modified_at.
-
#name ⇒ Object
Returns the value of attribute name.
-
#passive ⇒ Object
Returns the value of attribute passive.
-
#password ⇒ Object
Returns the value of attribute password.
-
#port ⇒ Object
Returns the value of attribute port.
-
#username ⇒ Object
Returns the value of attribute username.
Method Summary
Methods inherited from Resource
#delete!, find, init, #init_instance, #initialize, #inspect, list, #persisted?, #save!
Methods included from Helpers
#camelize_hash, #hash_to_struct, result, #result, #underscore_hash
Constructor Details
This class inherits a constructor from Bitmovin::Resource
Instance Attribute Details
#created_at ⇒ Object
Returns the value of attribute created_at.
4 5 6 |
# File 'lib/bitmovin/encoding/inputs/ftp_input.rb', line 4 def created_at @created_at end |
#description ⇒ Object
Returns the value of attribute description.
4 5 6 |
# File 'lib/bitmovin/encoding/inputs/ftp_input.rb', line 4 def description @description end |
#host ⇒ Object
Returns the value of attribute host.
5 6 7 |
# File 'lib/bitmovin/encoding/inputs/ftp_input.rb', line 5 def host @host end |
#id ⇒ Object
Returns the value of attribute id.
4 5 6 |
# File 'lib/bitmovin/encoding/inputs/ftp_input.rb', line 4 def id @id end |
#modified_at ⇒ Object
Returns the value of attribute modified_at.
4 5 6 |
# File 'lib/bitmovin/encoding/inputs/ftp_input.rb', line 4 def modified_at @modified_at end |
#name ⇒ Object
Returns the value of attribute name.
4 5 6 |
# File 'lib/bitmovin/encoding/inputs/ftp_input.rb', line 4 def name @name end |
#passive ⇒ Object
Returns the value of attribute passive.
5 6 7 |
# File 'lib/bitmovin/encoding/inputs/ftp_input.rb', line 5 def passive @passive end |
#password ⇒ Object
Returns the value of attribute password.
5 6 7 |
# File 'lib/bitmovin/encoding/inputs/ftp_input.rb', line 5 def password @password end |
#port ⇒ Object
Returns the value of attribute port.
5 6 7 |
# File 'lib/bitmovin/encoding/inputs/ftp_input.rb', line 5 def port @port end |
#username ⇒ Object
Returns the value of attribute username.
5 6 7 |
# File 'lib/bitmovin/encoding/inputs/ftp_input.rb', line 5 def username @username end |