Class: PassiveTotal::Query

Inherits:
Struct
  • Object
show all
Defined in:
lib/passivetotal/api.rb

Instance Attribute Summary collapse

Instance Attribute Details

#apiObject

Returns the value of attribute api

Returns:

  • (Object)

    the current value of api



16
17
18
# File 'lib/passivetotal/api.rb', line 16

def api
  @api
end

#parametersObject

Returns the value of attribute parameters

Returns:

  • (Object)

    the current value of parameters



16
17
18
# File 'lib/passivetotal/api.rb', line 16

def parameters
  @parameters
end

#queryObject

Returns the value of attribute query

Returns:

  • (Object)

    the current value of query



16
17
18
# File 'lib/passivetotal/api.rb', line 16

def query
  @query
end

#setObject

Returns the value of attribute set

Returns:

  • (Object)

    the current value of set



16
17
18
# File 'lib/passivetotal/api.rb', line 16

def set
  @set
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



16
17
18
# File 'lib/passivetotal/api.rb', line 16

def url
  @url
end