Class: SendGrid4r::REST::Stats::Stat

Inherits:
Struct
  • Object
show all
Defined in:
lib/sendgrid4r/rest/stats/stats.rb

Instance Attribute Summary collapse

Instance Attribute Details

#metricsObject

Returns the value of attribute metrics

Returns:

  • (Object)

    the current value of metrics



18
19
20
# File 'lib/sendgrid4r/rest/stats/stats.rb', line 18

def metrics
  @metrics
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



18
19
20
# File 'lib/sendgrid4r/rest/stats/stats.rb', line 18

def name
  @name
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



18
19
20
# File 'lib/sendgrid4r/rest/stats/stats.rb', line 18

def type
  @type
end