Class: HighLevel::Models::SocialMediaPosting::StartDateSchema
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::SocialMediaPosting::StartDateSchema
- Defined in:
- lib/high_level/models/social_media_posting/start_date_schema.rb
Instance Attribute Summary collapse
-
#start_date ⇒ Object
readonly
Returns the value of attribute start_date.
-
#start_time ⇒ Object
readonly
Returns the value of attribute start_time.
Instance Attribute Details
#start_date ⇒ Object (readonly)
Returns the value of attribute start_date
9 10 11 |
# File 'lib/high_level/models/social_media_posting/start_date_schema.rb', line 9 def start_date @start_date end |
#start_time ⇒ Object (readonly)
Returns the value of attribute start_time
9 10 11 |
# File 'lib/high_level/models/social_media_posting/start_date_schema.rb', line 9 def start_time @start_time end |