Class: Lockme::Room

Inherits:
Base
  • Object
show all
Defined in:
lib/lockme/room.rb

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

.allObject



6
7
8
# File 'lib/lockme/room.rb', line 6

def self.all
  Lockme::SignedRequest.perform("get", "/rooms")
end