Module: Citadel

Defined in:
lib/citadel-ruby-client.rb,
lib/citadel-ruby-client/version.rb,
lib/citadel-ruby-client/matrix_paths.rb,
lib/citadel-ruby-client/authenticator.rb,
lib/citadel-ruby-client/matrix_interceptor.rb

Defined Under Namespace

Classes: Authenticator, Client, MatrixInterceptor, MatrixPaths

Constant Summary collapse

DEFAULT_PUBLIC_ROOMS_LIMIT =
100
VERSION =
'0.2.8'
DATE =
'2018-11-30'

Class Attribute Summary collapse

Class Attribute Details

.public_rooms_limitObject

Returns the value of attribute public_rooms_limit.



13
14
15
# File 'lib/citadel-ruby-client.rb', line 13

def public_rooms_limit
  @public_rooms_limit
end

.tenant_urlObject

Returns the value of attribute tenant_url.



13
14
15
# File 'lib/citadel-ruby-client.rb', line 13

def tenant_url
  @tenant_url
end