Sha256: 093829391da48829d4807d54b13a2e49ede666f3e66ca95464da431565079479
Contents?: true
Size: 324 Bytes
Versions: 4
Compression:
Stored size: 324 Bytes
Contents
require 'neows/models/base_model' module Neows module Models class Stat < Neows::Models::BaseModel # @!attribute [rw] # @return [Integer] attribute :near_earth_object_count, Integer # @!attribute [rw] # @return [Integer] attribute :close_approach_count, Integer end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
neows-1.1.0 | lib/neows/models/stat.rb |
neows-1.0.0 | lib/neows/models/stat.rb |
neows-0.0.2 | lib/neows/models/stat.rb |
neows-0.0.1 | lib/neows/models/stat.rb |