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.



222
223
224
# File 'lib/ns_client.rb', line 222

def cause
  @cause
end

#datetime_stringObject

Returns the value of attribute datetime_string.



222
223
224
# File 'lib/ns_client.rb', line 222

def datetime_string
  @datetime_string
end

#idObject

Returns the value of attribute id.



222
223
224
# File 'lib/ns_client.rb', line 222

def id
  @id
end

#messageObject

Returns the value of attribute message.



222
223
224
# File 'lib/ns_client.rb', line 222

def message
  @message
end

#reasonObject

Returns the value of attribute reason.



222
223
224
# File 'lib/ns_client.rb', line 222

def reason
  @reason
end

#tripObject

Returns the value of attribute trip.



222
223
224
# File 'lib/ns_client.rb', line 222

def trip
  @trip
end