Class: ZeroClick::Sellers::Stateful::AccessPeriod
- Inherits:
-
Struct
- Object
- Struct
- ZeroClick::Sellers::Stateful::AccessPeriod
- Defined in:
- lib/zeroclick/sellers/stateful/contracts.rb
Instance Attribute Summary collapse
-
#end ⇒ Object
Returns the value of attribute end.
-
#start ⇒ Object
Returns the value of attribute start.
Instance Attribute Details
#end ⇒ Object
Returns the value of attribute end
27 28 29 |
# File 'lib/zeroclick/sellers/stateful/contracts.rb', line 27 def end @end end |
#start ⇒ Object
Returns the value of attribute start
27 28 29 |
# File 'lib/zeroclick/sellers/stateful/contracts.rb', line 27 def start @start end |