class Censys::Website

Public Instance Methods

alexa_rank() click to toggle source

@return [Fixnum]

# File lib/censys/website.rb, line 26
def alexa_rank
  @attributes['alexa_rank']
end
domain() click to toggle source

@return [String]

# File lib/censys/website.rb, line 19
def domain
  @attributes['domain']
end
to_s() click to toggle source
# File lib/censys/website.rb, line 30
def to_s
  domain
end