Class: Dms::Tier1::DocumentT1
- Inherits:
-
Object
- Object
- Dms::Tier1::DocumentT1
- Defined in:
- lib/dms/tier1.rb
Overview
── Tier-1 document ─────────────────────────────────────────────────────
Instance Attribute Summary collapse
-
#decorators ⇒ Object
readonly
Returns the value of attribute decorators.
-
#imports ⇒ Object
readonly
Returns the value of attribute imports.
-
#observed_tier ⇒ Object
readonly
Returns the value of attribute observed_tier.
-
#t0 ⇒ Object
readonly
Returns the value of attribute t0.
Instance Method Summary collapse
-
#initialize(t0, decorators, imports, observed_tier) ⇒ DocumentT1
constructor
A new instance of DocumentT1.
Constructor Details
#initialize(t0, decorators, imports, observed_tier) ⇒ DocumentT1
Returns a new instance of DocumentT1.
231 232 233 234 235 236 |
# File 'lib/dms/tier1.rb', line 231 def initialize(t0, decorators, imports, observed_tier) @t0 = t0 @decorators = decorators @imports = imports # Array of ImportSpec @observed_tier = observed_tier end |
Instance Attribute Details
#decorators ⇒ Object (readonly)
Returns the value of attribute decorators.
229 230 231 |
# File 'lib/dms/tier1.rb', line 229 def decorators @decorators end |
#imports ⇒ Object (readonly)
Returns the value of attribute imports.
229 230 231 |
# File 'lib/dms/tier1.rb', line 229 def imports @imports end |
#observed_tier ⇒ Object (readonly)
Returns the value of attribute observed_tier.
229 230 231 |
# File 'lib/dms/tier1.rb', line 229 def observed_tier @observed_tier end |
#t0 ⇒ Object (readonly)
Returns the value of attribute t0.
229 230 231 |
# File 'lib/dms/tier1.rb', line 229 def t0 @t0 end |