Class: SignalWire::REST::Namespaces::ProjectNamespace
- Inherits:
-
Object
- Object
- SignalWire::REST::Namespaces::ProjectNamespace
- Defined in:
- lib/signalwire/rest/namespaces/project.rb
Overview
Project API namespace.
Instance Attribute Summary collapse
-
#tokens ⇒ Object
readonly
Returns the value of attribute tokens.
Instance Method Summary collapse
-
#initialize(http) ⇒ ProjectNamespace
constructor
A new instance of ProjectNamespace.
Constructor Details
#initialize(http) ⇒ ProjectNamespace
Returns a new instance of ProjectNamespace.
27 28 29 |
# File 'lib/signalwire/rest/namespaces/project.rb', line 27 def initialize(http) @tokens = ProjectTokens.new(http) end |
Instance Attribute Details
#tokens ⇒ Object (readonly)
Returns the value of attribute tokens.
25 26 27 |
# File 'lib/signalwire/rest/namespaces/project.rb', line 25 def tokens @tokens end |