Module: Panda
- Defined in:
- lib/panda/version.rb,
lib/panda/video.rb
Overview
:nodoc:
Defined Under Namespace
Modules: VERSION Classes: AccountKeyNotSet, ClientError, ConnectionError, PandaError, ServerError, UnauthorizedAccess, Video, VideoNotFound
Class Attribute Summary collapse
-
.account_key ⇒ Object
Returns the value of attribute account_key.
-
.api_domain ⇒ Object
Returns the value of attribute api_domain.
-
.api_port ⇒ Object
Returns the value of attribute api_port.
-
.default_encoding_profile ⇒ Object
Returns the value of attribute default_encoding_profile.
Class Attribute Details
.account_key ⇒ Object
Returns the value of attribute account_key.
7 8 9 |
# File 'lib/panda/video.rb', line 7 def account_key @account_key end |
.api_domain ⇒ Object
Returns the value of attribute api_domain.
7 8 9 |
# File 'lib/panda/video.rb', line 7 def api_domain @api_domain end |
.api_port ⇒ Object
Returns the value of attribute api_port.
7 8 9 |
# File 'lib/panda/video.rb', line 7 def api_port @api_port end |
.default_encoding_profile ⇒ Object
Returns the value of attribute default_encoding_profile.
7 8 9 |
# File 'lib/panda/video.rb', line 7 def default_encoding_profile @default_encoding_profile end |