Class: NSClient::UnplannedDisruption

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

Instance Attribute Summary collapse

Instance Attribute Details

#causeObject

Returns the value of attribute cause.



210
211
212
# File 'lib/ns_client.rb', line 210

def cause
  @cause
end

#datetime_stringObject

Returns the value of attribute datetime_string.



210
211
212
# File 'lib/ns_client.rb', line 210

def datetime_string
  @datetime_string
end

#idObject

Returns the value of attribute id.



210
211
212
# File 'lib/ns_client.rb', line 210

def id
  @id
end

#messageObject

Returns the value of attribute message.



210
211
212
# File 'lib/ns_client.rb', line 210

def message
  @message
end

#reasonObject

Returns the value of attribute reason.



210
211
212
# File 'lib/ns_client.rb', line 210

def reason
  @reason
end

#tripObject

Returns the value of attribute trip.



210
211
212
# File 'lib/ns_client.rb', line 210

def trip
  @trip
end