Class: RememberTheRuby::RPC::Transported

Inherits:
Object
  • Object
show all
Defined in:
lib/remember-the-ruby/rpc.rb

Direct Known Subclasses

Auth, Lists, Settings, Tasks, Timelines

Instance Method Summary collapse

Constructor Details

#initialize(transport) ⇒ Transported

Returns a new instance of Transported.



107
108
109
# File 'lib/remember-the-ruby/rpc.rb', line 107

def initialize(transport)
  @transport = transport
end