Class: Cashboard::Employee

Inherits:
Base show all
Defined in:
lib/cashboard/employee.rb

Constant Summary collapse

STATUS_CODES =
{
  :employee => 0,
  :administrator => 2
}

Instance Attribute Summary

Attributes inherited from Base

#href, #id

Method Summary

Methods inherited from Base

authenticate, clear_authentication, create, #delete, #links, list, new_from_url, #to_xml, #update

Methods inherited from Struct

#initialize

Methods inherited from TypecastedOpenStruct

attr_typecast, element

Constructor Details

This class inherits a constructor from Cashboard::Struct