Class: HighLevel::Models::Invoices::SentToDto

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/invoices/sent_to_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#emailObject (readonly)

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



9
10
11
# File 'lib/high_level/models/invoices/sent_to_dto.rb', line 9

def email
  @email
end

#email_bccObject (readonly)

Returns the value of attribute email_bcc

Returns:

  • (Object)

    the current value of email_bcc



9
10
11
# File 'lib/high_level/models/invoices/sent_to_dto.rb', line 9

def email_bcc
  @email_bcc
end

#email_ccObject (readonly)

Returns the value of attribute email_cc

Returns:

  • (Object)

    the current value of email_cc



9
10
11
# File 'lib/high_level/models/invoices/sent_to_dto.rb', line 9

def email_cc
  @email_cc
end

#phone_noObject (readonly)

Returns the value of attribute phone_no

Returns:

  • (Object)

    the current value of phone_no



9
10
11
# File 'lib/high_level/models/invoices/sent_to_dto.rb', line 9

def phone_no
  @phone_no
end