Class: Report
- Inherits:
-
Domain::Model
- Object
- Domain::Model
- Report
- Defined in:
- lib/domain/report/model.rb
Instance Attribute Summary collapse
-
#baseline ⇒ Object
Returns the value of attribute baseline.
-
#bureau ⇒ Object
Returns the value of attribute bureau.
-
#component ⇒ Object
Returns the value of attribute component.
-
#email ⇒ Object
Returns the value of attribute email.
-
#enclave ⇒ Object
Returns the value of attribute enclave.
-
#filters ⇒ Object
Returns the value of attribute filters.
-
#format ⇒ Object
Returns the value of attribute format.
-
#frequency ⇒ Object
Returns the value of attribute frequency.
-
#id ⇒ Object
Returns the value of attribute id.
-
#language ⇒ Object
Returns the value of attribute language.
-
#name ⇒ Object
Returns the value of attribute name.
-
#organization ⇒ Object
Returns the value of attribute organization.
-
#owner ⇒ Object
Returns the value of attribute owner.
-
#policies ⇒ Object
Returns the value of attribute policies.
-
#policy ⇒ Object
Returns the value of attribute policy.
-
#query ⇒ Object
Returns the value of attribute query.
-
#range ⇒ Object
Returns the value of attribute range.
-
#remediations ⇒ Object
Returns the value of attribute remediations.
-
#riskTrend ⇒ Object
Returns the value of attribute riskTrend.
-
#scope ⇒ Object
Returns the value of attribute scope.
-
#storage ⇒ Object
Returns the value of attribute storage.
-
#template ⇒ Object
Returns the value of attribute template.
-
#timezone ⇒ Object
Returns the value of attribute timezone.
-
#users ⇒ Object
Returns the value of attribute users.
-
#version ⇒ Object
Returns the value of attribute version.
Method Summary
Methods inherited from Domain::Model
columns, from_csv, from_json, headers, #initialize, primary_key, table_name, #to_csv, #to_hash, #to_s, view
Constructor Details
This class inherits a constructor from Domain::Model
Instance Attribute Details
#baseline ⇒ Object
Returns the value of attribute baseline.
6 7 8 |
# File 'lib/domain/report/model.rb', line 6 def baseline @baseline end |
#bureau ⇒ Object
Returns the value of attribute bureau.
6 7 8 |
# File 'lib/domain/report/model.rb', line 6 def bureau @bureau end |
#component ⇒ Object
Returns the value of attribute component.
6 7 8 |
# File 'lib/domain/report/model.rb', line 6 def component @component end |
#email ⇒ Object
Returns the value of attribute email.
6 7 8 |
# File 'lib/domain/report/model.rb', line 6 def email @email end |
#enclave ⇒ Object
Returns the value of attribute enclave.
6 7 8 |
# File 'lib/domain/report/model.rb', line 6 def enclave @enclave end |
#filters ⇒ Object
Returns the value of attribute filters.
6 7 8 |
# File 'lib/domain/report/model.rb', line 6 def filters @filters end |
#format ⇒ Object
Returns the value of attribute format.
6 7 8 |
# File 'lib/domain/report/model.rb', line 6 def format @format end |
#frequency ⇒ Object
Returns the value of attribute frequency.
6 7 8 |
# File 'lib/domain/report/model.rb', line 6 def frequency @frequency end |
#id ⇒ Object
Returns the value of attribute id.
6 7 8 |
# File 'lib/domain/report/model.rb', line 6 def id @id end |
#language ⇒ Object
Returns the value of attribute language.
6 7 8 |
# File 'lib/domain/report/model.rb', line 6 def language @language end |
#name ⇒ Object
Returns the value of attribute name.
6 7 8 |
# File 'lib/domain/report/model.rb', line 6 def name @name end |
#organization ⇒ Object
Returns the value of attribute organization.
6 7 8 |
# File 'lib/domain/report/model.rb', line 6 def organization @organization end |
#owner ⇒ Object
Returns the value of attribute owner.
6 7 8 |
# File 'lib/domain/report/model.rb', line 6 def owner @owner end |
#policies ⇒ Object
Returns the value of attribute policies.
6 7 8 |
# File 'lib/domain/report/model.rb', line 6 def policies @policies end |
#policy ⇒ Object
Returns the value of attribute policy.
6 7 8 |
# File 'lib/domain/report/model.rb', line 6 def policy @policy end |
#query ⇒ Object
Returns the value of attribute query.
6 7 8 |
# File 'lib/domain/report/model.rb', line 6 def query @query end |
#range ⇒ Object
Returns the value of attribute range.
6 7 8 |
# File 'lib/domain/report/model.rb', line 6 def range @range end |
#remediations ⇒ Object
Returns the value of attribute remediations.
6 7 8 |
# File 'lib/domain/report/model.rb', line 6 def remediations @remediations end |
#riskTrend ⇒ Object
Returns the value of attribute riskTrend.
6 7 8 |
# File 'lib/domain/report/model.rb', line 6 def riskTrend @riskTrend end |
#scope ⇒ Object
Returns the value of attribute scope.
6 7 8 |
# File 'lib/domain/report/model.rb', line 6 def scope @scope end |
#storage ⇒ Object
Returns the value of attribute storage.
6 7 8 |
# File 'lib/domain/report/model.rb', line 6 def storage @storage end |
#template ⇒ Object
Returns the value of attribute template.
6 7 8 |
# File 'lib/domain/report/model.rb', line 6 def template @template end |
#timezone ⇒ Object
Returns the value of attribute timezone.
6 7 8 |
# File 'lib/domain/report/model.rb', line 6 def timezone @timezone end |
#users ⇒ Object
Returns the value of attribute users.
6 7 8 |
# File 'lib/domain/report/model.rb', line 6 def users @users end |
#version ⇒ Object
Returns the value of attribute version.
6 7 8 |
# File 'lib/domain/report/model.rb', line 6 def version @version end |