Class: HighLevel::Models::SocialMediaPosting::DateSchema

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

Instance Attribute Summary collapse

Instance Attribute Details

#dayObject (readonly)

Returns the value of attribute day

Returns:

  • (Object)

    the current value of day



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

def day
  @day
end

#monthObject (readonly)

Returns the value of attribute month

Returns:

  • (Object)

    the current value of month



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

def month
  @month
end

#yearObject (readonly)

Returns the value of attribute year

Returns:

  • (Object)

    the current value of year



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

def year
  @year
end