Class: Report

Inherits:
Domain::Model show all
Defined in:
lib/domain/report/model.rb

Instance Attribute Summary collapse

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

#baselineObject

Returns the value of attribute baseline.



6
7
8
# File 'lib/domain/report/model.rb', line 6

def baseline
  @baseline
end

#bureauObject

Returns the value of attribute bureau.



6
7
8
# File 'lib/domain/report/model.rb', line 6

def bureau
  @bureau
end

#componentObject

Returns the value of attribute component.



6
7
8
# File 'lib/domain/report/model.rb', line 6

def component
  @component
end

#emailObject

Returns the value of attribute email.



6
7
8
# File 'lib/domain/report/model.rb', line 6

def email
  @email
end

#enclaveObject

Returns the value of attribute enclave.



6
7
8
# File 'lib/domain/report/model.rb', line 6

def enclave
  @enclave
end

#filtersObject

Returns the value of attribute filters.



6
7
8
# File 'lib/domain/report/model.rb', line 6

def filters
  @filters
end

#formatObject

Returns the value of attribute format.



6
7
8
# File 'lib/domain/report/model.rb', line 6

def format
  @format
end

#frequencyObject

Returns the value of attribute frequency.



6
7
8
# File 'lib/domain/report/model.rb', line 6

def frequency
  @frequency
end

#idObject

Returns the value of attribute id.



6
7
8
# File 'lib/domain/report/model.rb', line 6

def id
  @id
end

#languageObject

Returns the value of attribute language.



6
7
8
# File 'lib/domain/report/model.rb', line 6

def language
  @language
end

#nameObject

Returns the value of attribute name.



6
7
8
# File 'lib/domain/report/model.rb', line 6

def name
  @name
end

#organizationObject

Returns the value of attribute organization.



6
7
8
# File 'lib/domain/report/model.rb', line 6

def organization
  @organization
end

#ownerObject

Returns the value of attribute owner.



6
7
8
# File 'lib/domain/report/model.rb', line 6

def owner
  @owner
end

#policiesObject

Returns the value of attribute policies.



6
7
8
# File 'lib/domain/report/model.rb', line 6

def policies
  @policies
end

#policyObject

Returns the value of attribute policy.



6
7
8
# File 'lib/domain/report/model.rb', line 6

def policy
  @policy
end

#queryObject

Returns the value of attribute query.



6
7
8
# File 'lib/domain/report/model.rb', line 6

def query
  @query
end

#rangeObject

Returns the value of attribute range.



6
7
8
# File 'lib/domain/report/model.rb', line 6

def range
  @range
end

#remediationsObject

Returns the value of attribute remediations.



6
7
8
# File 'lib/domain/report/model.rb', line 6

def remediations
  @remediations
end

#riskTrendObject

Returns the value of attribute riskTrend.



6
7
8
# File 'lib/domain/report/model.rb', line 6

def riskTrend
  @riskTrend
end

#scopeObject

Returns the value of attribute scope.



6
7
8
# File 'lib/domain/report/model.rb', line 6

def scope
  @scope
end

#storageObject

Returns the value of attribute storage.



6
7
8
# File 'lib/domain/report/model.rb', line 6

def storage
  @storage
end

#templateObject

Returns the value of attribute template.



6
7
8
# File 'lib/domain/report/model.rb', line 6

def template
  @template
end

#timezoneObject

Returns the value of attribute timezone.



6
7
8
# File 'lib/domain/report/model.rb', line 6

def timezone
  @timezone
end

#usersObject

Returns the value of attribute users.



6
7
8
# File 'lib/domain/report/model.rb', line 6

def users
  @users
end

#versionObject

Returns the value of attribute version.



6
7
8
# File 'lib/domain/report/model.rb', line 6

def version
  @version
end