Class: Harvest::Resources::MessageRecipient

Inherits:
Struct
  • Object
show all
Defined in:
lib/harvest/resources/message.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#emailObject

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



9
10
11
# File 'lib/harvest/resources/message.rb', line 9

def email
  @email
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/harvest/resources/message.rb', line 9

def name
  @name
end