Class: HighLevel::Models::Invoices::SentToDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Invoices::SentToDto
- Defined in:
- lib/high_level/models/invoices/sent_to_dto.rb
Instance Attribute Summary collapse
-
#email ⇒ Object
readonly
Returns the value of attribute email.
-
#email_bcc ⇒ Object
readonly
Returns the value of attribute email_bcc.
-
#email_cc ⇒ Object
readonly
Returns the value of attribute email_cc.
-
#phone_no ⇒ Object
readonly
Returns the value of attribute phone_no.
Instance Attribute Details
#email ⇒ Object (readonly)
Returns the value of attribute email
9 10 11 |
# File 'lib/high_level/models/invoices/sent_to_dto.rb', line 9 def email @email end |
#email_bcc ⇒ Object (readonly)
Returns the value of attribute email_bcc
9 10 11 |
# File 'lib/high_level/models/invoices/sent_to_dto.rb', line 9 def email_bcc @email_bcc end |
#email_cc ⇒ Object (readonly)
Returns the value of attribute email_cc
9 10 11 |
# File 'lib/high_level/models/invoices/sent_to_dto.rb', line 9 def email_cc @email_cc end |
#phone_no ⇒ Object (readonly)
Returns the value of attribute phone_no
9 10 11 |
# File 'lib/high_level/models/invoices/sent_to_dto.rb', line 9 def phone_no @phone_no end |