Class: Thrifter::RPC

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

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



19
20
21
# File 'lib/thrifter.rb', line 19

def args
  @args
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



19
20
21
# File 'lib/thrifter.rb', line 19

def name
  @name
end