Class: Cashboard::Employee
- Inherits:
-
Base
- Object
- OpenStruct
- TypecastedOpenStruct
- Struct
- Base
- Cashboard::Employee
- Defined in:
- lib/cashboard/employee.rb
Constant Summary collapse
- STATUS_CODES =
{ :employee => 0, :administrator => 2 }
Instance Attribute Summary
Attributes inherited from Base
Method Summary
Methods inherited from Base
authenticate, clear_authentication, create, #delete, #links, list, new_from_url, #to_xml, #update
Methods inherited from Struct
Methods inherited from TypecastedOpenStruct
Constructor Details
This class inherits a constructor from Cashboard::Struct