Class: PostProxy::Timeslot
Instance Attribute Summary collapse
-
#day ⇒ Object
Returns the value of attribute day.
-
#id ⇒ Object
Returns the value of attribute id.
-
#time ⇒ Object
Returns the value of attribute time.
Method Summary
Methods inherited from Model
Constructor Details
This class inherits a constructor from PostProxy::Model
Instance Attribute Details
#day ⇒ Object
Returns the value of attribute day.
111 112 113 |
# File 'lib/postproxy/types.rb', line 111 def day @day end |
#id ⇒ Object
Returns the value of attribute id.
111 112 113 |
# File 'lib/postproxy/types.rb', line 111 def id @id end |
#time ⇒ Object
Returns the value of attribute time.
111 112 113 |
# File 'lib/postproxy/types.rb', line 111 def time @time end |