Class: HighLevel::Models::Funnels::FunnelListResponseDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Funnels::FunnelListResponseDTO
- Defined in:
- lib/high_level/models/funnels/funnel_list_response_dto.rb
Instance Attribute Summary collapse
-
#count ⇒ Object
readonly
Returns the value of attribute count.
-
#funnels ⇒ Object
readonly
Returns the value of attribute funnels.
-
#trace_id ⇒ Object
readonly
Returns the value of attribute trace_id.
Instance Attribute Details
#count ⇒ Object (readonly)
Returns the value of attribute count
9 10 11 |
# File 'lib/high_level/models/funnels/funnel_list_response_dto.rb', line 9 def count @count end |
#funnels ⇒ Object (readonly)
Returns the value of attribute funnels
9 10 11 |
# File 'lib/high_level/models/funnels/funnel_list_response_dto.rb', line 9 def funnels @funnels end |
#trace_id ⇒ Object (readonly)
Returns the value of attribute trace_id
9 10 11 |
# File 'lib/high_level/models/funnels/funnel_list_response_dto.rb', line 9 def trace_id @trace_id end |