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