Class: Yao::Resources::User

Inherits:
Base
  • Object
show all
Defined in:
lib/yao/resources/user.rb

Instance Attribute Summary

Attributes included from RestfullyAccessible

#api_version, #service

Class Method Summary collapse

Methods inherited from Base

#[], #[]=, #created, friendly_attributes, #id, #initialize, map_attribute_to_attribute, map_attribute_to_resource, map_attribute_to_resources, #updated

Methods included from RestfullyAccessible

#admin=, #as_member, #client, #create, #destroy, extended, #get, #list, #list_detail, #resources_path, #resources_path=, #return_single_on_querying=, #update, #with_resources_path

Constructor Details

This class inherits a constructor from Yao::Resources::Base

Class Method Details

.get_by_name(name) ⇒ Object Also known as: find_by_name



14
15
16
# File 'lib/yao/resources/user.rb', line 14

def get_by_name(name)
  self.list(name: name)
end