Class: Taxii::Messages::Parameters::Delivery
- Inherits:
-
Object
- Object
- Taxii::Messages::Parameters::Delivery
- Defined in:
- lib/taxii/messages/parameters.rb
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#message_binding ⇒ Object
Returns the value of attribute message_binding.
-
#protocol_binding ⇒ Object
Returns the value of attribute protocol_binding.
Instance Method Summary collapse
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address.
5 6 7 |
# File 'lib/taxii/messages/parameters.rb', line 5 def address @address end |
#message_binding ⇒ Object
Returns the value of attribute message_binding.
5 6 7 |
# File 'lib/taxii/messages/parameters.rb', line 5 def @message_binding end |
#protocol_binding ⇒ Object
Returns the value of attribute protocol_binding.
5 6 7 |
# File 'lib/taxii/messages/parameters.rb', line 5 def protocol_binding @protocol_binding end |
Instance Method Details
#intialize(*args) ⇒ Object
6 7 8 9 |
# File 'lib/taxii/messages/parameters.rb', line 6 def intialize(*args) Hash[*args].each {|k,v| self.send(format('%s=',k),v)} self end |