Class: Vindi::Message

Inherits:
Resource show all
Extended by:
APIOperations::List
Defined in:
lib/vindi/resources/message.rb

Instance Attribute Summary

Attributes inherited from Resource

#attributes

Class Method Summary collapse

Methods included from APIOperations::List

list

Methods inherited from Resource

#initialize, #inspect, #method_missing, #respond_to_missing?

Constructor Details

This class inherits a constructor from Vindi::Resource

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Vindi::Resource

Class Method Details

.endpointObject



7
8
9
# File 'lib/vindi/resources/message.rb', line 7

def self.endpoint
  "messages"
end