Class: SendGrid4r::REST::Blocks::Block

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

Instance Attribute Summary collapse

Instance Attribute Details

#createdObject

Returns the value of attribute created



11
12
13
# File 'lib/sendgrid4r/rest/blocks.rb', line 11

def created
  @created
end

#emailObject

Returns the value of attribute email



11
12
13
# File 'lib/sendgrid4r/rest/blocks.rb', line 11

def email
  @email
end

#reasonObject

Returns the value of attribute reason



11
12
13
# File 'lib/sendgrid4r/rest/blocks.rb', line 11

def reason
  @reason
end

#statusObject

Returns the value of attribute status



11
12
13
# File 'lib/sendgrid4r/rest/blocks.rb', line 11

def status
  @status
end