Class: Tickethub::Job
Instance Attribute Summary
Attributes inherited from Resource
Class Method Summary collapse
Methods inherited from Resource
#==, #[], #[]=, all, association, attribute, attributes, collection, collection_method, collection_methods, descendants, #destroy, dump_value, #eql?, #errors, #hash, inherited, #initialize, #inspect, load, #load, load_value, path, polymorphic, register_type, registered_types, #reload!, #respond_to?, scope, scopes, serialize, singleton?, #to_h, #to_param, #to_s, #update, #valid?
Constructor Details
This class inherits a constructor from Tickethub::Resource
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Tickethub::Resource
Class Method Details
.[](id) ⇒ Object
10 11 12 |
# File 'lib/tickethub/job.rb', line 10 def self.[](id) self.load Tickethub.endpoint[path, id] end |