Class: AnalyticsOps::Resources::Account

Inherits:
Value
  • Object
show all
Defined in:
lib/analytics_ops/resources.rb,
sig/analytics_ops.rbs

Overview

Accessible Analytics account summary.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Value

#==, fields, #hash, #initialize, #to_h

Constructor Details

This class inherits a constructor from AnalyticsOps::Resources::Value

Instance Attribute Details

#display_nameString (readonly)

Returns the value of attribute display_name.

Returns:

  • (String)


129
130
131
# File 'sig/analytics_ops.rbs', line 129

def display_name
  @display_name
end

#idString (readonly)

Returns the value of attribute id.

Returns:

  • (String)


127
128
129
# File 'sig/analytics_ops.rbs', line 127

def id
  @id
end

#nameString (readonly)

Returns the value of attribute name.

Returns:

  • (String)


128
129
130
# File 'sig/analytics_ops.rbs', line 128

def name
  @name
end

#propertiesArray[record] (readonly)

Returns the value of attribute properties.

Returns:

  • (Array[record])


130
131
132
# File 'sig/analytics_ops.rbs', line 130

def properties
  @properties
end