Class: HighLevel::Models::AdManager::LinkedInBudgetDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::AdManager::LinkedInBudgetDTO
- Defined in:
- lib/high_level/models/ad_manager/linked_in_budget_dto.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
readonly
Returns the value of attribute amount.
-
#budget_type ⇒ Object
readonly
Returns the value of attribute budget_type.
-
#schedule_end_date ⇒ Object
readonly
Returns the value of attribute schedule_end_date.
-
#schedule_start_date ⇒ Object
readonly
Returns the value of attribute schedule_start_date.
Instance Attribute Details
#amount ⇒ Object (readonly)
Returns the value of attribute amount
9 10 11 |
# File 'lib/high_level/models/ad_manager/linked_in_budget_dto.rb', line 9 def amount @amount end |
#budget_type ⇒ Object (readonly)
Returns the value of attribute budget_type
9 10 11 |
# File 'lib/high_level/models/ad_manager/linked_in_budget_dto.rb', line 9 def budget_type @budget_type end |
#schedule_end_date ⇒ Object (readonly)
Returns the value of attribute schedule_end_date
9 10 11 |
# File 'lib/high_level/models/ad_manager/linked_in_budget_dto.rb', line 9 def schedule_end_date @schedule_end_date end |
#schedule_start_date ⇒ Object (readonly)
Returns the value of attribute schedule_start_date
9 10 11 |
# File 'lib/high_level/models/ad_manager/linked_in_budget_dto.rb', line 9 def schedule_start_date @schedule_start_date end |