Class: Unfuddle::TicketReport

Inherits:
Base
  • Object
show all
Defined in:
lib/unfuddle/ticket_report.rb

Instance Method Summary collapse

Methods inherited from Base

#__set_attributes, #attributes, #delete_path, #destroy!, #fetch!, find_by, #get_path, #has_attribute?, has_many, #id, #initialize, #method_missing, #put_path, #respond_to?, #save!, #singular_name, #to_json, #to_params, #to_xml, #unfetched?, #update_attribute, #update_attributes!, #write_attribute

Constructor Details

This class inherits a constructor from Unfuddle::Base

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Unfuddle::Base

Instance Method Details

#relative_pathObject



6
7
8
# File 'lib/unfuddle/ticket_report.rb', line 6

def relative_path
  "projects/#{parent_id}/ticket_reports/#{id}"
end