Class: Secure::Call

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

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



206
207
208
# File 'lib/appswarm/secure_con.rb', line 206

def args
  @args
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



206
207
208
# File 'lib/appswarm/secure_con.rb', line 206

def name
  @name
end

#txObject

Returns the value of attribute tx

Returns:

  • (Object)

    the current value of tx



206
207
208
# File 'lib/appswarm/secure_con.rb', line 206

def tx
  @tx
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



206
207
208
# File 'lib/appswarm/secure_con.rb', line 206

def type
  @type
end