Class: NSClient::PlannedDisruption

Inherits:
Object
  • Object
show all
Defined in:
lib/ns_client.rb

Instance Attribute Summary collapse

Instance Attribute Details

#adviceObject

Returns the value of attribute advice.



226
227
228
# File 'lib/ns_client.rb', line 226

def advice
  @advice
end

#causeObject

Returns the value of attribute cause.



226
227
228
# File 'lib/ns_client.rb', line 226

def cause
  @cause
end

#idObject

Returns the value of attribute id.



226
227
228
# File 'lib/ns_client.rb', line 226

def id
  @id
end

#messageObject

Returns the value of attribute message.



226
227
228
# File 'lib/ns_client.rb', line 226

def message
  @message
end

#reasonObject

Returns the value of attribute reason.



226
227
228
# File 'lib/ns_client.rb', line 226

def reason
  @reason
end

#tripObject

Returns the value of attribute trip.



226
227
228
# File 'lib/ns_client.rb', line 226

def trip
  @trip
end