Class: ZeroClick::Sellers::Stateful::AccessPeriod

Inherits:
Struct
  • Object
show all
Defined in:
lib/zeroclick/sellers/stateful/contracts.rb

Instance Attribute Summary collapse

Instance Attribute Details

#endObject

Returns the value of attribute end

Returns:

  • (Object)

    the current value of end



27
28
29
# File 'lib/zeroclick/sellers/stateful/contracts.rb', line 27

def end
  @end
end

#startObject

Returns the value of attribute start

Returns:

  • (Object)

    the current value of start



27
28
29
# File 'lib/zeroclick/sellers/stateful/contracts.rb', line 27

def start
  @start
end