Class: SignalWire::REST::Namespaces::DatasphereNamespace

Inherits:
Object
  • Object
show all
Defined in:
lib/signalwire/rest/namespaces/datasphere.rb

Overview

Datasphere API namespace.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(http) ⇒ DatasphereNamespace

Returns a new instance of DatasphereNamespace.



33
34
35
# File 'lib/signalwire/rest/namespaces/datasphere.rb', line 33

def initialize(http)
  @documents = DatasphereDocuments.new(http)
end

Instance Attribute Details

#documentsObject (readonly)

Returns the value of attribute documents.



31
32
33
# File 'lib/signalwire/rest/namespaces/datasphere.rb', line 31

def documents
  @documents
end