Module: Zena::Remote::Interface::Create::InstanceMethods

Included in:
InstanceMethods
Defined in:
lib/zena/remote/interface.rb

Overview

Used by instance.save

Instance Method Summary collapse

Instance Method Details

#post(*args) ⇒ Object



28
29
30
# File 'lib/zena/remote/interface.rb', line 28

def post(*args)
  @connection.post(*args)
end