Class: Harvest::Resources::InvoiceMessage

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#attach_pdfObject

Returns the value of attribute attach_pdf

Returns:

  • (Object)

    the current value of attach_pdf



179
180
181
# File 'lib/harvest/resources/invoices.rb', line 179

def attach_pdf
  @attach_pdf
end

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



179
180
181
# File 'lib/harvest/resources/invoices.rb', line 179

def body
  @body
end

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



179
180
181
# File 'lib/harvest/resources/invoices.rb', line 179

def created_at
  @created_at
end

#event_typeObject

Returns the value of attribute event_type

Returns:

  • (Object)

    the current value of event_type



179
180
181
# File 'lib/harvest/resources/invoices.rb', line 179

def event_type
  @event_type
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



179
180
181
# File 'lib/harvest/resources/invoices.rb', line 179

def id
  @id
end

Returns the value of attribute include_link_to_client_invoice

Returns:

  • (Object)

    the current value of include_link_to_client_invoice



179
180
181
# File 'lib/harvest/resources/invoices.rb', line 179

def include_link_to_client_invoice
  @include_link_to_client_invoice
end

#recipientsObject

Returns the value of attribute recipients

Returns:

  • (Object)

    the current value of recipients



179
180
181
# File 'lib/harvest/resources/invoices.rb', line 179

def recipients
  @recipients
end

#reminderObject

Returns the value of attribute reminder

Returns:

  • (Object)

    the current value of reminder



179
180
181
# File 'lib/harvest/resources/invoices.rb', line 179

def reminder
  @reminder
end

#send_me_a_copyObject

Returns the value of attribute send_me_a_copy

Returns:

  • (Object)

    the current value of send_me_a_copy



179
180
181
# File 'lib/harvest/resources/invoices.rb', line 179

def send_me_a_copy
  @send_me_a_copy
end

#send_reminder_onObject

Returns the value of attribute send_reminder_on

Returns:

  • (Object)

    the current value of send_reminder_on



179
180
181
# File 'lib/harvest/resources/invoices.rb', line 179

def send_reminder_on
  @send_reminder_on
end

#sent_byObject

Returns the value of attribute sent_by

Returns:

  • (Object)

    the current value of sent_by



179
180
181
# File 'lib/harvest/resources/invoices.rb', line 179

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



179
180
181
# File 'lib/harvest/resources/invoices.rb', line 179

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



179
180
181
# File 'lib/harvest/resources/invoices.rb', line 179

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



179
180
181
# File 'lib/harvest/resources/invoices.rb', line 179

def sent_from_email
  @sent_from_email
end

#subjectObject

Returns the value of attribute subject

Returns:

  • (Object)

    the current value of subject



179
180
181
# File 'lib/harvest/resources/invoices.rb', line 179

def subject
  @subject
end

#thank_youObject

Returns the value of attribute thank_you

Returns:

  • (Object)

    the current value of thank_you



179
180
181
# File 'lib/harvest/resources/invoices.rb', line 179

def thank_you
  @thank_you
end

#updated_atObject

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of updated_at



179
180
181
# File 'lib/harvest/resources/invoices.rb', line 179

def updated_at
  @updated_at
end