Class: Vapi::Base
- Inherits:
-
Object
- Object
- Vapi::Base
- Defined in:
- lib/vapi/base.rb
Direct Known Subclasses
Analytics, Assistant, Call, File, KnowledgeBase, Log, PhoneNumber, Squad, Tool
Instance Attribute Summary collapse
-
#client ⇒ Object
readonly
Returns the value of attribute client.
Instance Method Summary collapse
-
#initialize(client = nil) ⇒ Base
constructor
A new instance of Base.
Constructor Details
Instance Attribute Details
#client ⇒ Object (readonly)
Returns the value of attribute client.
5 6 7 |
# File 'lib/vapi/base.rb', line 5 def client @client end |