Class: Trigv::ConnectionResult
- Inherits:
-
Struct
- Object
- Struct
- Trigv::ConnectionResult
- Defined in:
- lib/trigv/client.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#workspace ⇒ Object
Returns the value of attribute workspace.
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key
19 20 21 |
# File 'lib/trigv/client.rb', line 19 def api_key @api_key end |
#workspace ⇒ Object
Returns the value of attribute workspace
19 20 21 |
# File 'lib/trigv/client.rb', line 19 def workspace @workspace end |