Class: NSClient::UnplannedDisruption
- Inherits:
-
Object
- Object
- NSClient::UnplannedDisruption
- Defined in:
- lib/ns_client.rb
Instance Attribute Summary collapse
-
#cause ⇒ Object
Returns the value of attribute cause.
-
#datetime_string ⇒ Object
Returns the value of attribute datetime_string.
-
#id ⇒ Object
Returns the value of attribute id.
-
#message ⇒ Object
Returns the value of attribute message.
-
#reason ⇒ Object
Returns the value of attribute reason.
-
#trip ⇒ Object
Returns the value of attribute trip.
Instance Attribute Details
#cause ⇒ Object
Returns the value of attribute cause.
222 223 224 |
# File 'lib/ns_client.rb', line 222 def cause @cause end |
#datetime_string ⇒ Object
Returns the value of attribute datetime_string.
222 223 224 |
# File 'lib/ns_client.rb', line 222 def datetime_string @datetime_string end |
#id ⇒ Object
Returns the value of attribute id.
222 223 224 |
# File 'lib/ns_client.rb', line 222 def id @id end |
#message ⇒ Object
Returns the value of attribute message.
222 223 224 |
# File 'lib/ns_client.rb', line 222 def end |
#reason ⇒ Object
Returns the value of attribute reason.
222 223 224 |
# File 'lib/ns_client.rb', line 222 def reason @reason end |
#trip ⇒ Object
Returns the value of attribute trip.
222 223 224 |
# File 'lib/ns_client.rb', line 222 def trip @trip end |