Class: EventMachine::Http::MonitorFactory::MockingFileOutputter::MockingData
- Inherits:
-
Object
- Object
- EventMachine::Http::MonitorFactory::MockingFileOutputter::MockingData
- Defined in:
- lib/em-http-monitor.rb
Instance Attribute Summary collapse
-
#received ⇒ Object
readonly
Returns the value of attribute received.
-
#sent ⇒ Object
readonly
Returns the value of attribute sent.
Instance Method Summary collapse
-
#initialize ⇒ MockingData
constructor
A new instance of MockingData.
Constructor Details
#initialize ⇒ MockingData
Returns a new instance of MockingData.
197 198 199 |
# File 'lib/em-http-monitor.rb', line 197 def initialize @sent, @received = '', '' end |
Instance Attribute Details
#received ⇒ Object (readonly)
Returns the value of attribute received.
195 196 197 |
# File 'lib/em-http-monitor.rb', line 195 def received @received end |
#sent ⇒ Object (readonly)
Returns the value of attribute sent.
195 196 197 |
# File 'lib/em-http-monitor.rb', line 195 def sent @sent end |