Class: Lockme::Room
Overview
LockMe API room collection
Class Method Summary collapse
Methods inherited from Base
collection_path, #collection_path, #persisted?, singular_path, #singular_path
Class Method Details
.all ⇒ Object
6 7 8 |
# File 'lib/lockme/room.rb', line 6 def self.all Lockme::SignedRequest.perform("get", "/rooms") end |