Class: Taxii::Messages::Parameters::Delivery

Inherits:
Object
  • Object
show all
Defined in:
lib/taxii/messages/parameters.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#addressObject

Returns the value of attribute address.



5
6
7
# File 'lib/taxii/messages/parameters.rb', line 5

def address
  @address
end

#message_bindingObject

Returns the value of attribute message_binding.



5
6
7
# File 'lib/taxii/messages/parameters.rb', line 5

def message_binding
  @message_binding
end

#protocol_bindingObject

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