Class: Arpie::RPCall

Inherits:
Struct
  • Object
show all
Defined in:
lib/arpie/protocol.rb

Overview

A RPC call. You need to wrap all calls sent over RPC protocols in this.

Instance Attribute Summary collapse

Instance Attribute Details

#argvObject

Returns the value of attribute argv

Returns:

  • (Object)

    the current value of argv



8
9
10
# File 'lib/arpie/protocol.rb', line 8

def argv
  @argv
end

#methObject

Returns the value of attribute meth

Returns:

  • (Object)

    the current value of meth



8
9
10
# File 'lib/arpie/protocol.rb', line 8

def meth
  @meth
end

#nsObject

Returns the value of attribute ns

Returns:

  • (Object)

    the current value of ns



8
9
10
# File 'lib/arpie/protocol.rb', line 8

def ns
  @ns
end

#uuidObject

Returns the value of attribute uuid

Returns:

  • (Object)

    the current value of uuid



8
9
10
# File 'lib/arpie/protocol.rb', line 8

def uuid
  @uuid
end