Module: Imager

Defined in:
lib/imager.rb,
lib/imager/version.rb,
lib/imager/link_helper.rb,
lib/imager/imager_error.rb,
lib/imager/server_client.rb,
lib/imager/server_interface.rb

Defined Under Namespace

Classes: ImagerError, LinkHelper, ServerClient, ServerInterface

Constant Summary collapse

VERSION =
"0.0.6"

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.auth_codeObject

Returns the value of attribute auth_code.



9
10
11
# File 'lib/imager.rb', line 9

def auth_code
  @auth_code
end

.base_uriObject

Returns the value of attribute base_uri.



9
10
11
# File 'lib/imager.rb', line 9

def base_uri
  @base_uri
end

.collection_pathObject

Returns the value of attribute collection_path.



9
10
11
# File 'lib/imager.rb', line 9

def collection_path
  @collection_path
end

.manager_pathObject

Returns the value of attribute manager_path.



9
10
11
# File 'lib/imager.rb', line 9

def manager_path
  @manager_path
end

Class Method Details

.configure {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (Imager)

    the object that the method was called on



11
12
13
# File 'lib/imager.rb', line 11

def configure
  yield self
end