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