Class: SendGrid4r::REST::Settings::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



9
10
11
# File 'lib/sendgrid4r/rest/settings/settings.rb', line 9

def description
  @description
end

#enabledObject

Returns the value of attribute enabled

Returns:

  • (Object)

    the current value of enabled



9
10
11
# File 'lib/sendgrid4r/rest/settings/settings.rb', line 9

def enabled
  @enabled
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/sendgrid4r/rest/settings/settings.rb', line 9

def name
  @name
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



9
10
11
# File 'lib/sendgrid4r/rest/settings/settings.rb', line 9

def title
  @title
end