class Censys::Data::SeriesList
Attributes
primary_series[R]
raw_series[R]
Public Class Methods
new(attributes)
click to toggle source
# File lib/censys/data/series_list.rb, line 9 def initialize(attributes) @primary_series = attributes["primary_series"] @raw_series = attributes["raw_series"] end