Module: Editframe

Defined in:
lib/editframe.rb,
lib/editframe/util.rb,
lib/editframe/version.rb,
lib/editframe/video/clip.rb,
lib/editframe/api_resource.rb,
lib/editframe/video/builder.rb,
lib/editframe/resources/video.rb,
lib/editframe/resources/application.rb

Defined Under Namespace

Classes: APIResource, Application, Util, Video, VideoBuilder, VideoClip

Constant Summary collapse

VERSION =
"0.1.1"

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.api_hostObject (readonly)

Returns the value of attribute api_host.



20
21
22
# File 'lib/editframe.rb', line 20

def api_host
  @api_host
end

.api_keyObject

Returns the value of attribute api_key.



19
20
21
# File 'lib/editframe.rb', line 19

def api_key
  @api_key
end

.api_versionObject (readonly)

Returns the value of attribute api_version.



20
21
22
# File 'lib/editframe.rb', line 20

def api_version
  @api_version
end

.client_idObject

Returns the value of attribute client_id.



19
20
21
# File 'lib/editframe.rb', line 19

def client_id
  @client_id
end

Class Method Details

.set_api_host(host) ⇒ Object



24
25
26
# File 'lib/editframe.rb', line 24

def self.set_api_host(host)
  @api_host = host
end

.set_api_version(version) ⇒ Object



28
29
30
# File 'lib/editframe.rb', line 28

def self.set_api_version(version)
  @api_version = version.to_s
end