Class: SendGrid4r::REST::Ips::Addresses::Address

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

Instance Attribute Summary collapse

Instance Attribute Details

#ipObject

Returns the value of attribute ip

Returns:

  • (Object)

    the current value of ip



14
15
16
# File 'lib/sendgrid4r/rest/ips/addresses.rb', line 14

def ip
  @ip
end

#pool_nameObject

Returns the value of attribute pool_name

Returns:

  • (Object)

    the current value of pool_name



14
15
16
# File 'lib/sendgrid4r/rest/ips/addresses.rb', line 14

def pool_name
  @pool_name
end

#poolsObject

Returns the value of attribute pools

Returns:

  • (Object)

    the current value of pools



14
15
16
# File 'lib/sendgrid4r/rest/ips/addresses.rb', line 14

def pools
  @pools
end

#rdnsObject

Returns the value of attribute rdns

Returns:

  • (Object)

    the current value of rdns



14
15
16
# File 'lib/sendgrid4r/rest/ips/addresses.rb', line 14

def rdns
  @rdns
end

#start_dateObject

Returns the value of attribute start_date

Returns:

  • (Object)

    the current value of start_date



14
15
16
# File 'lib/sendgrid4r/rest/ips/addresses.rb', line 14

def start_date
  @start_date
end

#subusersObject

Returns the value of attribute subusers

Returns:

  • (Object)

    the current value of subusers



14
15
16
# File 'lib/sendgrid4r/rest/ips/addresses.rb', line 14

def subusers
  @subusers
end

#warmupObject

Returns the value of attribute warmup

Returns:

  • (Object)

    the current value of warmup



14
15
16
# File 'lib/sendgrid4r/rest/ips/addresses.rb', line 14

def warmup
  @warmup
end