Class: HighLevel::Models::SocialMediaPosting::TimeSchema

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/social_media_posting/time_schema.rb

Instance Attribute Summary collapse

Instance Attribute Details

#hoursObject (readonly)

Returns the value of attribute hours

Returns:

  • (Object)

    the current value of hours



9
10
11
# File 'lib/high_level/models/social_media_posting/time_schema.rb', line 9

def hours
  @hours
end

#minutesObject (readonly)

Returns the value of attribute minutes

Returns:

  • (Object)

    the current value of minutes



9
10
11
# File 'lib/high_level/models/social_media_posting/time_schema.rb', line 9

def minutes
  @minutes
end

#secondsObject (readonly)

Returns the value of attribute seconds

Returns:

  • (Object)

    the current value of seconds



9
10
11
# File 'lib/high_level/models/social_media_posting/time_schema.rb', line 9

def seconds
  @seconds
end