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