Class: Gupshup::REST::ListResource
- Inherits:
-
Object
- Object
- Gupshup::REST::ListResource
- Defined in:
- lib/gupshup-rb/framework/rest/resource.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(version) ⇒ ListResource
constructor
A new instance of ListResource.
Constructor Details
#initialize(version) ⇒ ListResource
Returns a new instance of ListResource.
6 7 8 |
# File 'lib/gupshup-rb/framework/rest/resource.rb', line 6 def initialize(version) @version = version end |