Method: W3cApi::Client#user

Defined in:
lib/w3c_api/client.rb

#user(hash, options = {}) ⇒ Object

User methods



112
113
114
# File 'lib/w3c_api/client.rb', line 112

def user(hash, options = {})
  fetch_resource(:user_resource, hash: hash, **options)
end