Sha256: 366e302a9dafd8e3a557663e4f04a3bae25b915b228ebb55f37f62c956a642f4
Contents?: true
Size: 321 Bytes
Versions: 4
Compression:
Stored size: 321 Bytes
Contents
module Redistat class Collection < ::Array attr_accessor :from attr_accessor :till attr_accessor :depth attr_accessor :total def initialize(options = {}) @from = options[:from] ||= nil @till = options[:till] ||= nil @depth = options[:depth] ||= nil end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
redistat-0.0.4 | lib/redistat/collection.rb |
redistat-0.0.3 | lib/redistat/collection.rb |
redistat-0.0.2 | lib/redistat/collection.rb |
redistat-0.0.1 | lib/redistat/collection.rb |