Class: TorigoyaKit::StreamSystemResult
- Inherits:
-
Object
- Object
- TorigoyaKit::StreamSystemResult
- Defined in:
- lib/torigoya_kit/stream_result.rb
Instance Attribute Summary collapse
-
#status ⇒ Object
readonly
Returns the value of attribute status.
Instance Method Summary collapse
-
#initialize(status) ⇒ StreamSystemResult
constructor
A new instance of StreamSystemResult.
Constructor Details
#initialize(status) ⇒ StreamSystemResult
Returns a new instance of StreamSystemResult.
191 192 193 |
# File 'lib/torigoya_kit/stream_result.rb', line 191 def initialize(status) @status = status end |
Instance Attribute Details
#status ⇒ Object (readonly)
Returns the value of attribute status.
194 195 196 |
# File 'lib/torigoya_kit/stream_result.rb', line 194 def status @status end |