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.
210 211 212 |
# File 'lib/ns_client.rb', line 210 def cause @cause end |
#datetime_string ⇒ Object
Returns the value of attribute datetime_string.
210 211 212 |
# File 'lib/ns_client.rb', line 210 def datetime_string @datetime_string end |
#id ⇒ Object
Returns the value of attribute id.
210 211 212 |
# File 'lib/ns_client.rb', line 210 def id @id end |
#message ⇒ Object
Returns the value of attribute message.
210 211 212 |
# File 'lib/ns_client.rb', line 210 def end |
#reason ⇒ Object
Returns the value of attribute reason.
210 211 212 |
# File 'lib/ns_client.rb', line 210 def reason @reason end |
#trip ⇒ Object
Returns the value of attribute trip.
210 211 212 |
# File 'lib/ns_client.rb', line 210 def trip @trip end |