Class: HighLevel::Models::Opportunities::CreateDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Opportunities::CreateDto
- Defined in:
- lib/high_level/models/opportunities/create_dto.rb
Instance Attribute Summary collapse
-
#assigned_to ⇒ Object
readonly
Returns the value of attribute assigned_to.
-
#contact_id ⇒ Object
readonly
Returns the value of attribute contact_id.
-
#custom_fields ⇒ Object
readonly
Returns the value of attribute custom_fields.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#monetary_value ⇒ Object
readonly
Returns the value of attribute monetary_value.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#pipeline_id ⇒ Object
readonly
Returns the value of attribute pipeline_id.
-
#pipeline_stage_id ⇒ Object
readonly
Returns the value of attribute pipeline_stage_id.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
Instance Attribute Details
#assigned_to ⇒ Object (readonly)
Returns the value of attribute assigned_to
9 10 11 |
# File 'lib/high_level/models/opportunities/create_dto.rb', line 9 def assigned_to @assigned_to end |
#contact_id ⇒ Object (readonly)
Returns the value of attribute contact_id
9 10 11 |
# File 'lib/high_level/models/opportunities/create_dto.rb', line 9 def contact_id @contact_id end |
#custom_fields ⇒ Object (readonly)
Returns the value of attribute custom_fields
9 10 11 |
# File 'lib/high_level/models/opportunities/create_dto.rb', line 9 def custom_fields @custom_fields end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/opportunities/create_dto.rb', line 9 def location_id @location_id end |
#monetary_value ⇒ Object (readonly)
Returns the value of attribute monetary_value
9 10 11 |
# File 'lib/high_level/models/opportunities/create_dto.rb', line 9 def monetary_value @monetary_value end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/opportunities/create_dto.rb', line 9 def name @name end |
#pipeline_id ⇒ Object (readonly)
Returns the value of attribute pipeline_id
9 10 11 |
# File 'lib/high_level/models/opportunities/create_dto.rb', line 9 def pipeline_id @pipeline_id end |
#pipeline_stage_id ⇒ Object (readonly)
Returns the value of attribute pipeline_stage_id
9 10 11 |
# File 'lib/high_level/models/opportunities/create_dto.rb', line 9 def pipeline_stage_id @pipeline_stage_id end |
#status ⇒ Object (readonly)
Returns the value of attribute status
9 10 11 |
# File 'lib/high_level/models/opportunities/create_dto.rb', line 9 def status @status end |