Class: HighLevel::Models::Users::FilterByEmailDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Users::FilterByEmailDto
- Defined in:
- lib/high_level/models/users/filter_by_email_dto.rb
Instance Attribute Summary collapse
-
#company_id ⇒ Object
readonly
Returns the value of attribute company_id.
-
#deleted ⇒ Object
readonly
Returns the value of attribute deleted.
-
#emails ⇒ Object
readonly
Returns the value of attribute emails.
-
#limit ⇒ Object
readonly
Returns the value of attribute limit.
-
#projection ⇒ Object
readonly
Returns the value of attribute projection.
-
#skip ⇒ Object
readonly
Returns the value of attribute skip.
Instance Attribute Details
#company_id ⇒ Object (readonly)
Returns the value of attribute company_id
9 10 11 |
# File 'lib/high_level/models/users/filter_by_email_dto.rb', line 9 def company_id @company_id end |
#deleted ⇒ Object (readonly)
Returns the value of attribute deleted
9 10 11 |
# File 'lib/high_level/models/users/filter_by_email_dto.rb', line 9 def deleted @deleted end |
#emails ⇒ Object (readonly)
Returns the value of attribute emails
9 10 11 |
# File 'lib/high_level/models/users/filter_by_email_dto.rb', line 9 def emails @emails end |
#limit ⇒ Object (readonly)
Returns the value of attribute limit
9 10 11 |
# File 'lib/high_level/models/users/filter_by_email_dto.rb', line 9 def limit @limit end |
#projection ⇒ Object (readonly)
Returns the value of attribute projection
9 10 11 |
# File 'lib/high_level/models/users/filter_by_email_dto.rb', line 9 def projection @projection end |
#skip ⇒ Object (readonly)
Returns the value of attribute skip
9 10 11 |
# File 'lib/high_level/models/users/filter_by_email_dto.rb', line 9 def skip @skip end |