Class: Gupshup::REST::ListResource

Inherits:
Object
  • Object
show all
Defined in:
lib/gupshup-rb/framework/rest/resource.rb

Direct Known Subclasses

Api::V1::MessageList

Instance Method Summary collapse

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