Class: AnalyticsOps::Portfolio::ProfileResult

Inherits:
Resources::Value show all
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

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

#errorrecord? (readonly)

Returns the value of attribute error.

Returns:

  • (record, nil)


917
918
919
# File 'sig/analytics_ops.rbs', line 917

def error
  @error
end

#labelsrecord (readonly)

Returns the value of attribute labels.

Returns:

  • (record)


914
915
916
# File 'sig/analytics_ops.rbs', line 914

def labels
  @labels
end

#profileString (readonly)

Returns the value of attribute profile.

Returns:

  • (String)


912
913
914
# File 'sig/analytics_ops.rbs', line 912

def profile
  @profile
end

#property_idString (readonly)

Returns the value of attribute property_id.

Returns:

  • (String)


913
914
915
# File 'sig/analytics_ops.rbs', line 913

def property_id
  @property_id
end

#resultrecord? (readonly)

Returns the value of attribute result.

Returns:

  • (record, nil)


916
917
918
# File 'sig/analytics_ops.rbs', line 916

def result
  @result
end

#statusString (readonly)

Returns the value of attribute status.

Returns:

  • (String)


915
916
917
# File 'sig/analytics_ops.rbs', line 915

def status
  @status
end