Class: Aptible::Auth::Resource
- Inherits:
-
Resource::Base
- Object
- Resource::Base
- Aptible::Auth::Resource
show all
- Defined in:
- lib/aptible/auth/resource.rb
Direct Known Subclasses
Agent, Client, Invitation, Membership, Organization, ReauthenticateOrganization, Role, SamlConfiguration, Session, SshKey, SshKeyPreAuthorization, Token, User, WhitelistMembership
Instance Method Summary
collapse
Instance Method Details
#namespace ⇒ Object
6
7
8
|
# File 'lib/aptible/auth/resource.rb', line 6
def namespace
'Aptible::Auth'
end
|
#root_url ⇒ Object
10
11
12
|
# File 'lib/aptible/auth/resource.rb', line 10
def root_url
Aptible::Auth.configuration.root_url
end
|