Class: Svix::Ingest
- Inherits:
-
Object
- Object
- Svix::Ingest
- Defined in:
- lib/svix/api/ingest.rb
Instance Attribute Summary collapse
-
#authentication ⇒ Object
Returns the value of attribute authentication.
-
#endpoint ⇒ Object
Returns the value of attribute endpoint.
-
#source ⇒ Object
Returns the value of attribute source.
Instance Method Summary collapse
-
#initialize(client) ⇒ Ingest
constructor
A new instance of Ingest.
Constructor Details
#initialize(client) ⇒ Ingest
Returns a new instance of Ingest.
11 12 13 14 15 16 |
# File 'lib/svix/api/ingest.rb', line 11 def initialize(client) @client = client @authentication = IngestAuthentication.new(client) @endpoint = IngestEndpoint.new(client) @source = IngestSource.new(client) end |
Instance Attribute Details
#authentication ⇒ Object
Returns the value of attribute authentication.
8 9 10 |
# File 'lib/svix/api/ingest.rb', line 8 def authentication @authentication end |
#endpoint ⇒ Object
Returns the value of attribute endpoint.
9 10 11 |
# File 'lib/svix/api/ingest.rb', line 9 def endpoint @endpoint end |
#source ⇒ Object
Returns the value of attribute source.
10 11 12 |
# File 'lib/svix/api/ingest.rb', line 10 def source @source end |