Class: AnalyticsOps::Portfolio::ProfileResult
- Inherits:
-
Resources::Value
- Object
- Resources::Value
- AnalyticsOps::Portfolio::ProfileResult
- Defined in:
- lib/analytics_ops/portfolio.rb,
sig/analytics_ops.rbs
Overview
One independent property result. Failures are isolated to that property.
Instance Attribute Summary collapse
-
#error ⇒ record?
readonly
Returns the value of attribute error.
-
#labels ⇒ record
readonly
Returns the value of attribute labels.
-
#profile ⇒ String
readonly
Returns the value of attribute profile.
-
#property_id ⇒ String
readonly
Returns the value of attribute property_id.
-
#result ⇒ record?
readonly
Returns the value of attribute result.
-
#status ⇒ String
readonly
Returns the value of attribute status.
Method Summary
Methods inherited from Resources::Value
#==, fields, #hash, #initialize, #to_h
Constructor Details
This class inherits a constructor from AnalyticsOps::Resources::Value
Instance Attribute Details
#error ⇒ record? (readonly)
Returns the value of attribute error.
917 918 919 |
# File 'sig/analytics_ops.rbs', line 917 def error @error end |
#labels ⇒ record (readonly)
Returns the value of attribute labels.
914 915 916 |
# File 'sig/analytics_ops.rbs', line 914 def labels @labels end |
#profile ⇒ String (readonly)
Returns the value of attribute profile.
912 913 914 |
# File 'sig/analytics_ops.rbs', line 912 def profile @profile end |
#property_id ⇒ String (readonly)
Returns the value of attribute property_id.
913 914 915 |
# File 'sig/analytics_ops.rbs', line 913 def property_id @property_id end |
#result ⇒ record? (readonly)
Returns the value of attribute result.
916 917 918 |
# File 'sig/analytics_ops.rbs', line 916 def result @result end |
#status ⇒ String (readonly)
Returns the value of attribute status.
915 916 917 |
# File 'sig/analytics_ops.rbs', line 915 def status @status end |