Module: Swiftner

Defined in:
lib/swiftner.rb,
lib/swiftner/error.rb,
lib/swiftner/client.rb,
lib/swiftner/version.rb,
lib/swiftner/API/space.rb,
lib/swiftner/API/upload.rb,
lib/swiftner/API/channel.rb,
lib/swiftner/API/chapter.rb,
lib/swiftner/API/meeting.rb,
lib/swiftner/API/service.rb,
lib/swiftner/configuration.rb,
lib/swiftner/API/organisation.rb,
lib/swiftner/API/transcription.rb,
lib/swiftner/API/video_content.rb,
lib/swiftner/API/linked_content.rb

Overview

Swiftner

Defined Under Namespace

Modules: API Classes: Client, Configuration, Error, Forbidden, InternalError, NotFound, Unauthorized

Constant Summary collapse

VERSION =
"0.0.6"

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.configurationObject

Returns the value of attribute configuration.



21
22
23
# File 'lib/swiftner.rb', line 21

def configuration
  @configuration
end

Class Method Details

.configure {|configuration| ... } ⇒ Object

Yields:



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

def self.configure
  self.configuration ||= Configuration.new
  yield(configuration)
end