Class: Octogate::Target
- Inherits:
-
Object
- Object
- Octogate::Target
- Includes:
- Model
- Defined in:
- lib/octogate/target.rb
Instance Attribute Summary collapse
-
#hook_type ⇒ Object
readonly
Returns the value of attribute hook_type.
-
#http_method ⇒ Object
readonly
Returns the value of attribute http_method.
-
#match ⇒ Object
readonly
Returns the value of attribute match.
-
#parameter_type ⇒ Object
readonly
Returns the value of attribute parameter_type.
-
#params ⇒ Object
readonly
Returns the value of attribute params.
-
#password ⇒ Object
readonly
Returns the value of attribute password.
-
#url ⇒ Object
readonly
Returns the value of attribute url.
-
#username ⇒ Object
readonly
Returns the value of attribute username.
Method Summary
Methods included from Model
Instance Attribute Details
#hook_type ⇒ Object (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_method ⇒ Object (readonly)
Returns the value of attribute http_method.
5 6 7 |
# File 'lib/octogate/target.rb', line 5 def http_method @http_method end |
#match ⇒ Object (readonly)
Returns the value of attribute match.
5 6 7 |
# File 'lib/octogate/target.rb', line 5 def match @match end |
#parameter_type ⇒ Object (readonly)
Returns the value of attribute parameter_type.
5 6 7 |
# File 'lib/octogate/target.rb', line 5 def parameter_type @parameter_type end |
#params ⇒ Object (readonly)
Returns the value of attribute params.
5 6 7 |
# File 'lib/octogate/target.rb', line 5 def params @params end |
#password ⇒ Object (readonly)
Returns the value of attribute password.
5 6 7 |
# File 'lib/octogate/target.rb', line 5 def password @password end |
#url ⇒ Object (readonly)
Returns the value of attribute url.
5 6 7 |
# File 'lib/octogate/target.rb', line 5 def url @url end |
#username ⇒ Object (readonly)
Returns the value of attribute username.
5 6 7 |
# File 'lib/octogate/target.rb', line 5 def username @username end |