Class: HighLevel::Models::Courses::PublicExporterPayload
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Courses::PublicExporterPayload
- Defined in:
- lib/high_level/models/courses/public_exporter_payload.rb
Instance Attribute Summary collapse
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#products ⇒ Object
readonly
Returns the value of attribute products.
-
#user_id ⇒ Object
readonly
Returns the value of attribute user_id.
Instance Attribute Details
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/courses/public_exporter_payload.rb', line 9 def location_id @location_id end |
#products ⇒ Object (readonly)
Returns the value of attribute products
9 10 11 |
# File 'lib/high_level/models/courses/public_exporter_payload.rb', line 9 def products @products end |
#user_id ⇒ Object (readonly)
Returns the value of attribute user_id
9 10 11 |
# File 'lib/high_level/models/courses/public_exporter_payload.rb', line 9 def user_id @user_id end |