Class: Harvest::Resources::EstimateMessage

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



139
140
141
# File 'lib/harvest/resources/estimates.rb', line 139

def body
  @body
end

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



139
140
141
# File 'lib/harvest/resources/estimates.rb', line 139

def created_at
  @created_at
end

#event_typeObject

Returns the value of attribute event_type

Returns:

  • (Object)

    the current value of event_type



139
140
141
# File 'lib/harvest/resources/estimates.rb', line 139

def event_type
  @event_type
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



139
140
141
# File 'lib/harvest/resources/estimates.rb', line 139

def id
  @id
end

#recipientsObject

Returns the value of attribute recipients

Returns:

  • (Object)

    the current value of recipients



139
140
141
# File 'lib/harvest/resources/estimates.rb', line 139

def recipients
  @recipients
end

#send_me_a_copyObject

Returns the value of attribute send_me_a_copy

Returns:

  • (Object)

    the current value of send_me_a_copy



139
140
141
# File 'lib/harvest/resources/estimates.rb', line 139

def send_me_a_copy
  @send_me_a_copy
end

#sent_byObject

Returns the value of attribute sent_by

Returns:

  • (Object)

    the current value of sent_by



139
140
141
# File 'lib/harvest/resources/estimates.rb', line 139

def sent_by
  @sent_by
end

#sent_by_emailObject

Returns the value of attribute sent_by_email

Returns:

  • (Object)

    the current value of sent_by_email



139
140
141
# File 'lib/harvest/resources/estimates.rb', line 139

def sent_by_email
  @sent_by_email
end

#sent_fromObject

Returns the value of attribute sent_from

Returns:

  • (Object)

    the current value of sent_from



139
140
141
# File 'lib/harvest/resources/estimates.rb', line 139

def sent_from
  @sent_from
end

#sent_from_emailObject

Returns the value of attribute sent_from_email

Returns:

  • (Object)

    the current value of sent_from_email



139
140
141
# File 'lib/harvest/resources/estimates.rb', line 139

def sent_from_email
  @sent_from_email
end

#subjectObject

Returns the value of attribute subject

Returns:

  • (Object)

    the current value of subject



139
140
141
# File 'lib/harvest/resources/estimates.rb', line 139

def subject
  @subject
end

#updated_atObject

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of updated_at



139
140
141
# File 'lib/harvest/resources/estimates.rb', line 139

def updated_at
  @updated_at
end