Class: Kintone::Command::SpaceGuests
- Inherits:
-
Kintone::Command
- Object
- Kintone::Command
- Kintone::Command::SpaceGuests
- Defined in:
- lib/kintone/command/space_guests.rb
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from Kintone::Command
Constructor Details
This class inherits a constructor from Kintone::Command
Class Method Details
.path ⇒ Object
4 5 6 |
# File 'lib/kintone/command/space_guests.rb', line 4 def self.path 'space/guests' end |
Instance Method Details
#update(id, guests) ⇒ Object
8 9 10 |
# File 'lib/kintone/command/space_guests.rb', line 8 def update(id, guests) @api.put(@url, id: id, guests: guests) end |