lib/censys/data/series.rb in censu-0.1.6 vs lib/censys/data/series.rb in censu-0.2.0
- old
+ new
@@ -1,21 +1,16 @@
+# frozen_string_literal: true
+
module Censys
module Data
class Series
attr_reader :id
-
attr_reader :port
-
attr_reader :protocol
-
attr_reader :subprotocol
-
attr_reader :destination
-
attr_reader :name
-
attr_reader :description
-
attr_reader :results
def initialize(attributes)
@id = attributes["id"]
@port = attributes["port"]