class Censys::Search::Website

Public Instance Methods

alexa_rank() click to toggle source
# File lib/censys/search/website.rb, line 12
def alexa_rank
  @attributes['alexa_rank']
end
domain() click to toggle source
# File lib/censys/search/website.rb, line 8
def domain
  @attributes['domain']
end
Also aliased as: to_s, to_str
to_s()
Alias for: domain
to_str()
Alias for: domain