Class: PostProxy::Timeslot

Inherits:
Model
  • Object
show all
Defined in:
lib/postproxy/types.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

#initialize, #to_h

Constructor Details

This class inherits a constructor from PostProxy::Model

Instance Attribute Details

#dayObject

Returns the value of attribute day.



111
112
113
# File 'lib/postproxy/types.rb', line 111

def day
  @day
end

#idObject

Returns the value of attribute id.



111
112
113
# File 'lib/postproxy/types.rb', line 111

def id
  @id
end

#timeObject

Returns the value of attribute time.



111
112
113
# File 'lib/postproxy/types.rb', line 111

def time
  @time
end