Class: Trigv::ConnectionResult

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

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyObject

Returns the value of attribute api_key

Returns:

  • (Object)

    the current value of api_key



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

def api_key
  @api_key
end

#workspaceObject

Returns the value of attribute workspace

Returns:

  • (Object)

    the current value of workspace



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

def workspace
  @workspace
end