Class: LWS::Auth::UsageReport
- Inherits:
-
Generic::Model
- Object
- Spyke::Base
- Generic::Model
- LWS::Auth::UsageReport
- Defined in:
- lib/lws/apps/auth.rb
Overview
The usage report class
Instance Attribute Summary collapse
-
#company ⇒ Company
The company that the usage report is for.
-
#company_id ⇒ Integer
The ID of the company that the usage report is for.
-
#object ⇒ String?
The (partial) HTML document of the usage report.
Attributes inherited from Generic::Model
#created_at, #id, #updated_at, #url, #url_html
Method Summary
Methods inherited from Generic::Model
#deep_dup, #dig, #reload, #rollback, #save
Instance Attribute Details
#company ⇒ Company
Returns the company that the usage report is for.
437 |
# File 'lib/lws/apps/auth.rb', line 437 belongs_to :company |
#company_id ⇒ Integer
Returns the ID of the company that the usage report is for.
441 |
# File 'lib/lws/apps/auth.rb', line 441 attribute :company_id |
#object ⇒ String?
Returns the (partial) HTML document of the usage report. (The value is nil
until the report has been successfully generated.).
446 |
# File 'lib/lws/apps/auth.rb', line 446 attribute :object |