Module: Animoto

Defined in:
lib/animoto.rb,
lib/animoto/client.rb,
lib/animoto/styles.rb,
lib/animoto/postroll.rb,
lib/animoto/assets/base.rb,
lib/animoto/assets/song.rb,
lib/animoto/assets/image.rb,
lib/animoto/support/hash.rb,
lib/animoto/assets/footage.rb,
lib/animoto/manifests/base.rb,
lib/animoto/resources/base.rb,
lib/animoto/support/errors.rb,
lib/animoto/support/string.rb,
lib/animoto/resources/video.rb,
lib/animoto/assets/title_card.rb,
lib/animoto/http_engines/base.rb,
lib/animoto/manifests/directing.rb,
lib/animoto/manifests/rendering.rb,
lib/animoto/resources/jobs/base.rb,
lib/animoto/resources/storyboard.rb,
lib/animoto/support/content_type.rb,
lib/animoto/response_parsers/base.rb,
lib/animoto/postrolls/custom_footage.rb,
lib/animoto/resources/jobs/directing.rb,
lib/animoto/resources/jobs/rendering.rb,
lib/animoto/http_engines/curl_adapter.rb,
lib/animoto/support/standard_envelope.rb,
lib/animoto/http_engines/patron_adapter.rb,
lib/animoto/support/dynamic_class_loader.rb,
lib/animoto/http_engines/net_http_adapter.rb,
lib/animoto/http_engines/typhoeus_adapter.rb,
lib/animoto/manifests/storyboard_bundling.rb,
lib/animoto/response_parsers/json_adapter.rb,
lib/animoto/response_parsers/yajl_adapter.rb,
lib/animoto/manifests/storyboard_unbundling.rb,
lib/animoto/http_engines/rest_client_adapter.rb,
lib/animoto/manifests/directing_and_rendering.rb,
lib/animoto/resources/jobs/storyboard_bundling.rb,
lib/animoto/resources/jobs/storyboard_unbundling.rb,
lib/animoto/resources/jobs/directing_and_rendering.rb

Defined Under Namespace

Modules: Assets, HTTPEngines, Manifests, Resources, ResponseParsers, Styles, Support Classes: AbstractMethodError, Client, Error, HTTPError, Postroll

Class Method Summary collapse

Class Method Details

.versionString

Returns the version of the client. Note this is the release version number for the client package, and not the version of the Animoto API this client works with.

Returns:

  • (String)


8
9
10
# File 'lib/animoto.rb', line 8

def self.version
  "1.5.6"
end