Sha256: f7aaa3343999f45121f56b28b2109b9b3fba44ca2e9b21b4653db48b2442043e

Contents?: true

Size: 264 Bytes

Versions: 1

Compression:

Stored size: 264 Bytes

Contents

module Animoto
  
  # 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.
  #
  # @return [String]
  def self.version
    "0.1.0.beta1"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
animoto-0.1.0.beta1 ./lib/animoto.rb