Class: Ros::IAM::User

Inherits:
Base show all
Defined in:
lib/ros_sdk/models/iam.rb

Instance Attribute Summary

Attributes inherited from Sdk::Base

#gid

Class Method Summary collapse

Methods inherited from Sdk::Base

#to_gid

Class Method Details

.find_by_urn(username) ⇒ Object



12
# File 'lib/ros_sdk/models/iam.rb', line 12

def self.find_by_urn(username); where(username: username).first end