Class: HighLevel::Models::Opportunities::UpsertOpportunityDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Opportunities::UpsertOpportunityDto
- Defined in:
- lib/high_level/models/opportunities/upsert_opportunity_dto.rb
Instance Attribute Summary collapse
-
#assigned_to ⇒ Object
readonly
Returns the value of attribute assigned_to.
-
#followers ⇒ Object
readonly
Returns the value of attribute followers.
-
#followers_action_type ⇒ Object
readonly
Returns the value of attribute followers_action_type.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#is_remove_all_followers ⇒ Object
readonly
Returns the value of attribute is_remove_all_followers.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#lost_reason_id ⇒ Object
readonly
Returns the value of attribute lost_reason_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/upsert_opportunity_dto.rb', line 9 def assigned_to @assigned_to end |
#followers ⇒ Object (readonly)
Returns the value of attribute followers
9 10 11 |
# File 'lib/high_level/models/opportunities/upsert_opportunity_dto.rb', line 9 def followers @followers end |
#followers_action_type ⇒ Object (readonly)
Returns the value of attribute followers_action_type
9 10 11 |
# File 'lib/high_level/models/opportunities/upsert_opportunity_dto.rb', line 9 def followers_action_type @followers_action_type end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/opportunities/upsert_opportunity_dto.rb', line 9 def id @id end |
#is_remove_all_followers ⇒ Object (readonly)
Returns the value of attribute is_remove_all_followers
9 10 11 |
# File 'lib/high_level/models/opportunities/upsert_opportunity_dto.rb', line 9 def is_remove_all_followers @is_remove_all_followers end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/opportunities/upsert_opportunity_dto.rb', line 9 def location_id @location_id end |
#lost_reason_id ⇒ Object (readonly)
Returns the value of attribute lost_reason_id
9 10 11 |
# File 'lib/high_level/models/opportunities/upsert_opportunity_dto.rb', line 9 def lost_reason_id @lost_reason_id end |
#monetary_value ⇒ Object (readonly)
Returns the value of attribute monetary_value
9 10 11 |
# File 'lib/high_level/models/opportunities/upsert_opportunity_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/upsert_opportunity_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/upsert_opportunity_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/upsert_opportunity_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/upsert_opportunity_dto.rb', line 9 def status @status end |