Sha256: fee22dc6a5c621e320877b00b2fd975c4fa681866ac9f2c0e75271d1ef4bb899
Contents?: true
Size: 153 Bytes
Versions: 12
Compression:
Stored size: 153 Bytes
Contents
module ChatWork class Me < Entity install_class_operations :get def self.path "/me" end def path "/me" end end end
Version data entries
12 entries across 12 versions & 1 rubygems