Class: MachineShop::Report

Inherits:
APIResource show all
Includes:
APIOperations::List
Defined in:
lib/machineshop/report.rb

Instance Attribute Summary

Attributes inherited from MachineShopObject

#auth_token

Class Method Summary collapse

Methods included from APIOperations::List

included

Methods inherited from APIResource

class_name, #refresh, retrieve, #url

Methods inherited from MachineShopObject

#[], #[]=, #as_json, construct_from, #each, #initialize, #inspect, #keys, #refresh_from, #to_hash, #to_json, #to_s, #values

Constructor Details

This class inherits a constructor from MachineShop::MachineShopObject

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class MachineShop::MachineShopObject

Class Method Details

.urlObject



5
6
7
8
# File 'lib/machineshop/report.rb', line 5

def self.url()
  ret = "/monitor/#{CGI.escape(class_name.underscore)}"
  ret
end