Class: HighLevel::Models::Medias::CreateFolderParams
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Medias::CreateFolderParams
- Defined in:
- lib/high_level/models/medias/create_folder_params.rb
Instance Attribute Summary collapse
-
#alt_id ⇒ Object
readonly
Returns the value of attribute alt_id.
-
#alt_type ⇒ Object
readonly
Returns the value of attribute alt_type.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#parent_id ⇒ Object
readonly
Returns the value of attribute parent_id.
Instance Attribute Details
#alt_id ⇒ Object (readonly)
Returns the value of attribute alt_id
9 10 11 |
# File 'lib/high_level/models/medias/create_folder_params.rb', line 9 def alt_id @alt_id end |
#alt_type ⇒ Object (readonly)
Returns the value of attribute alt_type
9 10 11 |
# File 'lib/high_level/models/medias/create_folder_params.rb', line 9 def alt_type @alt_type end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/medias/create_folder_params.rb', line 9 def name @name end |
#parent_id ⇒ Object (readonly)
Returns the value of attribute parent_id
9 10 11 |
# File 'lib/high_level/models/medias/create_folder_params.rb', line 9 def parent_id @parent_id end |