Module: Warrant
- Extended by:
- Forwardable
- Defined in:
- lib/warrant.rb,
lib/warrant/util.rb,
lib/warrant/errors.rb,
lib/warrant/version.rb,
lib/warrant/models/role.rb,
lib/warrant/models/user.rb,
lib/warrant/models/object.rb,
lib/warrant/models/tenant.rb,
lib/warrant/warrant_query.rb,
lib/warrant/api_operations.rb,
lib/warrant/models/feature.rb,
lib/warrant/models/session.rb,
lib/warrant/models/subject.rb,
lib/warrant/models/warrant.rb,
lib/warrant/warrant_object.rb,
lib/warrant/models/permission.rb,
lib/warrant/models/pricing_tier.rb,
lib/warrant/models/query_result.rb,
lib/warrant/models/list_response.rb,
lib/warrant/warrant_configuration.rb
Defined Under Namespace
Modules: WarrantObject Classes: DuplicateRecordError, Error, Feature, ForbiddenError, InternalError, InvalidParameterError, InvalidRequestError, ListResponse, MissingRequiredParameterError, NotFoundError, Object, Permission, PricingTier, QueryResult, Role, Session, Subject, Tenant, UnauthorizedError, User, Warrant, WarrantError, WarrantQuery
Constant Summary collapse
- VERSION =
"5.0.0"
Class Attribute Summary collapse
-
.config ⇒ Object
readonly
Returns the value of attribute config.
Class Attribute Details
.config ⇒ Object (readonly)
Returns the value of attribute config.
35 36 37 |
# File 'lib/warrant.rb', line 35 def config @config end |