Class: Exa::Resources::Base
- Inherits:
-
Object
- Object
- Exa::Resources::Base
- Defined in:
- lib/exa/resources/base.rb
Direct Known Subclasses
Events, Imports, Research, Search, Webhooks, Websets, Websets::Enrichments, Websets::Items, Websets::Monitors
Instance Attribute Summary collapse
-
#client ⇒ Object
readonly
Returns the value of attribute client.
Instance Method Summary collapse
-
#initialize(client:) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(client:) ⇒ Base
Returns a new instance of Base.
8 9 10 |
# File 'lib/exa/resources/base.rb', line 8 def initialize(client:) @client = client end |
Instance Attribute Details
#client ⇒ Object (readonly)
Returns the value of attribute client.
6 7 8 |
# File 'lib/exa/resources/base.rb', line 6 def client @client end |