Class: RarVector
- Inherits:
-
Object
- Object
- RarVector
- Defined in:
- lib/ruby_arachni/rar_vector.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#klass ⇒ Object
Returns the value of attribute klass.
-
#type ⇒ Object
Returns the value of attribute type.
-
#url ⇒ Object
Returns the value of attribute url.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(klass, type, url, action) ⇒ RarVector
constructor
A new instance of RarVector.
Constructor Details
#initialize(klass, type, url, action) ⇒ RarVector
Returns a new instance of RarVector.
4 5 6 7 8 9 |
# File 'lib/ruby_arachni/rar_vector.rb', line 4 def initialize(klass, type, url, action) self.klass = klass self.type = type self.url = url self.action = action end |
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action.
2 3 4 |
# File 'lib/ruby_arachni/rar_vector.rb', line 2 def action @action end |
#klass ⇒ Object
Returns the value of attribute klass.
2 3 4 |
# File 'lib/ruby_arachni/rar_vector.rb', line 2 def klass @klass end |
#type ⇒ Object
Returns the value of attribute type.
2 3 4 |
# File 'lib/ruby_arachni/rar_vector.rb', line 2 def type @type end |
#url ⇒ Object
Returns the value of attribute url.
2 3 4 |
# File 'lib/ruby_arachni/rar_vector.rb', line 2 def url @url end |