Module: Encosion

Extended by:
Encosion
Included in:
Encosion
Defined in:
lib/encosion.rb,
lib/encosion/base.rb,
lib/encosion/video.rb,
lib/encosion/playlist.rb

Defined Under Namespace

Classes: AssetNotFound, Base, BrightcoveException, EncosionError, InvalidEconomicsValue, MissingToken, NoFile, Playlist, Video

Constant Summary collapse

VERSION =
'0.3.1'
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

Instance Attribute Details

#optionsObject

Returns the value of attribute options.



40
41
42
# File 'lib/encosion.rb', line 40

def options
  @options
end