Class: Miu::Resources::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/miu/resources/base.rb

Direct Known Subclasses

Content, Network, Room, User

Instance Method Summary collapse

Instance Method Details

#to_hObject



6
7
8
# File 'lib/miu/resources/base.rb', line 6

def to_h
  {}
end

#to_msgpack(*args) ⇒ Object



10
11
12
# File 'lib/miu/resources/base.rb', line 10

def to_msgpack(*args)
  to_h.to_msgpack(*args)
end