class Fog::Identity::OpenStack::V3::Mock

Public Class Methods

new(options={}) click to toggle source
# File lib/fog/openstack/identity_v3.rb, line 124
def initialize(options={})

end

Public Instance Methods

auth_domains() click to toggle source
# File lib/fog/openstack/requests/identity_v3/auth_domains.rb, line 17
def auth_domains

end
auth_projects() click to toggle source
# File lib/fog/openstack/requests/identity_v3/auth_projects.rb, line 17
def auth_projects

end
get_domain(id) click to toggle source
# File lib/fog/openstack/requests/identity_v3/get_domain.rb, line 16
def get_domain(id)

end
get_endpoint(id) click to toggle source
# File lib/fog/openstack/requests/identity_v3/get_endpoint.rb, line 16
def get_endpoint(id)

end
get_group(id) click to toggle source
# File lib/fog/openstack/requests/identity_v3/get_group.rb, line 16
def get_group(id)

end
get_os_credential(id) click to toggle source
# File lib/fog/openstack/requests/identity_v3/get_os_credential.rb, line 16
def get_os_credential(id)

end
get_policy(id) click to toggle source
# File lib/fog/openstack/requests/identity_v3/get_policy.rb, line 16
def get_policy(id)

end
get_role(id) click to toggle source
# File lib/fog/openstack/requests/identity_v3/get_role.rb, line 16
def get_role(id)

end
get_service(id) click to toggle source
# File lib/fog/openstack/requests/identity_v3/get_service.rb, line 16
def get_service(id)

end
get_user(id) click to toggle source
# File lib/fog/openstack/requests/identity_v3/get_user.rb, line 16
def get_user(id)

end
list_domain_user_roles(id, group_id) click to toggle source
# File lib/fog/openstack/requests/identity_v3/list_domain_group_roles.rb, line 16
def list_domain_user_roles(id, group_id)

end
list_domains(options = {}) click to toggle source
# File lib/fog/openstack/requests/identity_v3/list_domains.rb, line 17
def list_domains(options = {})

end
list_endpoints(options={}) click to toggle source
# File lib/fog/openstack/requests/identity_v3/list_endpoints.rb, line 17
def list_endpoints(options={})

end
list_group_users() click to toggle source
# File lib/fog/openstack/requests/identity_v3/list_group_users.rb, line 17
def list_group_users

end
list_groups(options = {}) click to toggle source
# File lib/fog/openstack/requests/identity_v3/list_groups.rb, line 25
def list_groups(options = {})

end
list_os_credentials(options = {}) click to toggle source
# File lib/fog/openstack/requests/identity_v3/list_os_credentials.rb, line 17
def list_os_credentials(options = {})

end
list_policies(options = {}) click to toggle source
# File lib/fog/openstack/requests/identity_v3/list_policies.rb, line 17
def list_policies(options = {})

end
list_project_user_roles(id, group_id) click to toggle source
# File lib/fog/openstack/requests/identity_v3/list_project_group_roles.rb, line 16
def list_project_user_roles(id, group_id)

end
list_projects(options = {}) click to toggle source
# File lib/fog/openstack/requests/identity_v3/list_projects.rb, line 24
def list_projects(options = {})

end
list_role_assignments(options = {}) click to toggle source
# File lib/fog/openstack/requests/identity_v3/list_role_assignments.rb, line 32
def list_role_assignments(options = {})

end
list_roles(options = {}) click to toggle source
# File lib/fog/openstack/requests/identity_v3/list_roles.rb, line 17
def list_roles(options = {})

end
list_services(options = {}) click to toggle source
# File lib/fog/openstack/requests/identity_v3/list_services.rb, line 17
def list_services(options = {})

end
list_user_groups() click to toggle source
# File lib/fog/openstack/requests/identity_v3/list_user_groups.rb, line 16
def list_user_groups

end
list_user_projects() click to toggle source
# File lib/fog/openstack/requests/identity_v3/list_user_projects.rb, line 16
def list_user_projects

end
list_users(options = {}) click to toggle source
# File lib/fog/openstack/requests/identity_v3/list_users.rb, line 17
def list_users(options = {})

end