Class: Octogate::Target

Inherits:
Object
  • Object
show all
Includes:
Model
Defined in:
lib/octogate/target.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Model

#initialize

Instance Attribute Details

#hook_typeObject (readonly)

Returns the value of attribute hook_type.



5
6
7
# File 'lib/octogate/target.rb', line 5

def hook_type
  @hook_type
end

#http_methodObject (readonly)

Returns the value of attribute http_method.



5
6
7
# File 'lib/octogate/target.rb', line 5

def http_method
  @http_method
end

#matchObject (readonly)

Returns the value of attribute match.



5
6
7
# File 'lib/octogate/target.rb', line 5

def match
  @match
end

#parameter_typeObject (readonly)

Returns the value of attribute parameter_type.



5
6
7
# File 'lib/octogate/target.rb', line 5

def parameter_type
  @parameter_type
end

#paramsObject (readonly)

Returns the value of attribute params.



5
6
7
# File 'lib/octogate/target.rb', line 5

def params
  @params
end

#passwordObject (readonly)

Returns the value of attribute password.



5
6
7
# File 'lib/octogate/target.rb', line 5

def password
  @password
end

#urlObject (readonly)

Returns the value of attribute url.



5
6
7
# File 'lib/octogate/target.rb', line 5

def url
  @url
end

#usernameObject (readonly)

Returns the value of attribute username.



5
6
7
# File 'lib/octogate/target.rb', line 5

def username
  @username
end