Class: Bitmovin::Encoding::Inputs::AsperaInput

Inherits:
Resource
  • Object
show all
Defined in:
lib/bitmovin/encoding/inputs/aspera_input.rb

Instance Attribute Summary collapse

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_atObject

Returns the value of attribute created_at.



4
5
6
# File 'lib/bitmovin/encoding/inputs/aspera_input.rb', line 4

def created_at
  @created_at
end

#descriptionObject

Returns the value of attribute description.



4
5
6
# File 'lib/bitmovin/encoding/inputs/aspera_input.rb', line 4

def description
  @description
end

#hostObject

Returns the value of attribute host.



5
6
7
# File 'lib/bitmovin/encoding/inputs/aspera_input.rb', line 5

def host
  @host
end

#idObject

Returns the value of attribute id.



4
5
6
# File 'lib/bitmovin/encoding/inputs/aspera_input.rb', line 4

def id
  @id
end

#max_bandwithObject

Returns the value of attribute max_bandwith.



5
6
7
# File 'lib/bitmovin/encoding/inputs/aspera_input.rb', line 5

def max_bandwith
  @max_bandwith
end

#min_bandwithObject

Returns the value of attribute min_bandwith.



5
6
7
# File 'lib/bitmovin/encoding/inputs/aspera_input.rb', line 5

def min_bandwith
  @min_bandwith
end

#modified_atObject

Returns the value of attribute modified_at.



4
5
6
# File 'lib/bitmovin/encoding/inputs/aspera_input.rb', line 4

def modified_at
  @modified_at
end

#nameObject

Returns the value of attribute name.



4
5
6
# File 'lib/bitmovin/encoding/inputs/aspera_input.rb', line 4

def name
  @name
end

#passwordObject

Returns the value of attribute password.



5
6
7
# File 'lib/bitmovin/encoding/inputs/aspera_input.rb', line 5

def password
  @password
end

#usernameObject

Returns the value of attribute username.



5
6
7
# File 'lib/bitmovin/encoding/inputs/aspera_input.rb', line 5

def username
  @username
end