Sha256: b04c71a06dfd833463c1781da568ff04fc1f27999c8a73701d665b3d29c29b5b
Contents?: true
Size: 223 Bytes
Versions: 22
Compression:
Stored size: 223 Bytes
Contents
module RubyBox class Collaboration < Item private def resource_name 'collaborations' end def update_fields ['role', 'status'] end def has_mini_format? true end end end
Version data entries
22 entries across 22 versions & 4 rubygems