Class: Cashboard::LineItem
- Inherits:
-
Base
- Object
- OpenStruct
- TypecastedOpenStruct
- Struct
- Base
- Cashboard::LineItem
- Defined in:
- lib/cashboard/line_item.rb
Constant Summary collapse
- TYPE_CODES =
{ :custom => 0, :task => 1, :product => 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