Class: SignalWire::REST::Namespaces::DatasphereNamespace
- Inherits:
-
Object
- Object
- SignalWire::REST::Namespaces::DatasphereNamespace
- Defined in:
- lib/signalwire/rest/namespaces/datasphere.rb
Overview
Datasphere API namespace.
Instance Attribute Summary collapse
-
#documents ⇒ Object
readonly
Returns the value of attribute documents.
Instance Method Summary collapse
-
#initialize(http) ⇒ DatasphereNamespace
constructor
A new instance of DatasphereNamespace.
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
#documents ⇒ Object (readonly)
Returns the value of attribute documents.
31 32 33 |
# File 'lib/signalwire/rest/namespaces/datasphere.rb', line 31 def documents @documents end |