Class: Agent::Sessions::Store
- Inherits:
-
Data
- Object
- Data
- Agent::Sessions::Store
- Defined in:
- lib/agent/sessions/store.rb
Instance Attribute Summary collapse
-
#agent ⇒ Object
readonly
Returns the value of attribute agent.
-
#documented ⇒ Object
readonly
Returns the value of attribute documented.
-
#effective ⇒ Object
readonly
Returns the value of attribute effective.
-
#env_overrides ⇒ Object
readonly
Returns the value of attribute env_overrides.
-
#label ⇒ Object
readonly
Returns the value of attribute label.
-
#layers ⇒ Object
readonly
Returns the value of attribute layers.
-
#retention ⇒ Object
readonly
Returns the value of attribute retention.
-
#retention_source ⇒ Object
readonly
Returns the value of attribute retention_source.
-
#verified_on ⇒ Object
readonly
Returns the value of attribute verified_on.
-
#warnings ⇒ Object
readonly
Returns the value of attribute warnings.
Instance Method Summary collapse
Instance Attribute Details
#agent ⇒ Object (readonly)
Returns the value of attribute agent
5 6 7 |
# File 'lib/agent/sessions/store.rb', line 5 def agent @agent end |
#documented ⇒ Object (readonly)
Returns the value of attribute documented
5 6 7 |
# File 'lib/agent/sessions/store.rb', line 5 def documented @documented end |
#effective ⇒ Object (readonly)
Returns the value of attribute effective
5 6 7 |
# File 'lib/agent/sessions/store.rb', line 5 def effective @effective end |
#env_overrides ⇒ Object (readonly)
Returns the value of attribute env_overrides
5 6 7 |
# File 'lib/agent/sessions/store.rb', line 5 def env_overrides @env_overrides end |
#label ⇒ Object (readonly)
Returns the value of attribute label
5 6 7 |
# File 'lib/agent/sessions/store.rb', line 5 def label @label end |
#layers ⇒ Object (readonly)
Returns the value of attribute layers
5 6 7 |
# File 'lib/agent/sessions/store.rb', line 5 def layers @layers end |
#retention ⇒ Object (readonly)
Returns the value of attribute retention
5 6 7 |
# File 'lib/agent/sessions/store.rb', line 5 def retention @retention end |
#retention_source ⇒ Object (readonly)
Returns the value of attribute retention_source
5 6 7 |
# File 'lib/agent/sessions/store.rb', line 5 def retention_source @retention_source end |
#verified_on ⇒ Object (readonly)
Returns the value of attribute verified_on
5 6 7 |
# File 'lib/agent/sessions/store.rb', line 5 def verified_on @verified_on end |
#warnings ⇒ Object (readonly)
Returns the value of attribute warnings
5 6 7 |
# File 'lib/agent/sessions/store.rb', line 5 def warnings @warnings end |
Instance Method Details
#documented? ⇒ Boolean
10 |
# File 'lib/agent/sessions/store.rb', line 10 def documented? = documented == true |
#format ⇒ Object
12 |
# File 'lib/agent/sessions/store.rb', line 12 def format = effective.format |
#installed? ⇒ Boolean
11 |
# File 'lib/agent/sessions/store.rb', line 11 def installed? = layers.any?(&:exists?) |