Class: SendGrid4r::REST::Mail::Content

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

Instance Attribute Summary collapse

Instance Attribute Details

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



8
9
10
# File 'lib/sendgrid4r/rest/mail/content.rb', line 8

def type
  @type
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



8
9
10
# File 'lib/sendgrid4r/rest/mail/content.rb', line 8

def value
  @value
end