Module: Encosion
- Extended by:
- Encosion
- Included in:
- Encosion
- Defined in:
- lib/encosion.rb,
lib/encosion/base.rb,
lib/encosion/image.rb,
lib/encosion/video.rb,
lib/encosion/playlist.rb
Defined Under Namespace
Classes: AssetNotFound, Base, BrightcoveException, EncosionError, Image, InvalidEconomicsValue, MissingToken, NoFile, Playlist, Video
Constant Summary collapse
- VERSION =
'0.3.2'
- LOGGER =
Logger.new(STDOUT)
- SERVER =
'api.brightcove.com'
- PORT =
80
- SECURE =
false
- READ_PATH =
'/services/library'
- WRITE_PATH =
'/services/post'
- DEFAULT_OPTIONS =
{ :debug => false }
Instance Attribute Summary collapse
-
#options ⇒ Object
Returns the value of attribute options.
Instance Attribute Details
#options ⇒ Object
Returns the value of attribute options.
38 39 40 |
# File 'lib/encosion.rb', line 38 def @options end |