Class: SendGrid4r::REST::Whitelabel::Domains::Record

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

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



24
25
26
# File 'lib/sendgrid4r/rest/whitelabel/domains.rb', line 24

def data
  @data
end

#hostObject

Returns the value of attribute host

Returns:

  • (Object)

    the current value of host



24
25
26
# File 'lib/sendgrid4r/rest/whitelabel/domains.rb', line 24

def host
  @host
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



24
25
26
# File 'lib/sendgrid4r/rest/whitelabel/domains.rb', line 24

def type
  @type
end

#validObject

Returns the value of attribute valid

Returns:

  • (Object)

    the current value of valid



24
25
26
# File 'lib/sendgrid4r/rest/whitelabel/domains.rb', line 24

def valid
  @valid
end