Class: NSClient::PlannedDisruption
- Inherits:
-
Object
- Object
- NSClient::PlannedDisruption
- Defined in:
- lib/ns_client.rb
Instance Attribute Summary collapse
-
#advice ⇒ Object
Returns the value of attribute advice.
-
#cause ⇒ Object
Returns the value of attribute cause.
-
#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
#advice ⇒ Object
Returns the value of attribute advice.
226 227 228 |
# File 'lib/ns_client.rb', line 226 def advice @advice end |
#cause ⇒ Object
Returns the value of attribute cause.
226 227 228 |
# File 'lib/ns_client.rb', line 226 def cause @cause end |
#id ⇒ Object
Returns the value of attribute id.
226 227 228 |
# File 'lib/ns_client.rb', line 226 def id @id end |
#message ⇒ Object
Returns the value of attribute message.
226 227 228 |
# File 'lib/ns_client.rb', line 226 def @message end |
#reason ⇒ Object
Returns the value of attribute reason.
226 227 228 |
# File 'lib/ns_client.rb', line 226 def reason @reason end |
#trip ⇒ Object
Returns the value of attribute trip.
226 227 228 |
# File 'lib/ns_client.rb', line 226 def trip @trip end |