Class: MOCO::Reports::Absences

Inherits:
BaseEntity show all
Defined in:
lib/moco/entities/reports/absences.rb

Overview

Represents a MOCO absences report (read-only)

Instance Attribute Summary

Attributes inherited from BaseEntity

#attributes, #client

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from BaseEntity

#==, #association, #destroy, #eql?, #has_many, #hash, #id, #initialize, #inspect, #reload, #save, #to_h, #to_json, #update

Constructor Details

This class inherits a constructor from MOCO::BaseEntity

Class Method Details

.entity_pathObject



7
8
9
# File 'lib/moco/entities/reports/absences.rb', line 7

def self.entity_path
  "report/absences"
end

Instance Method Details

#to_sObject



11
12
13
# File 'lib/moco/entities/reports/absences.rb', line 11

def to_s
  "AbsencesReport"
end