Class: Ns::Disruption
Instance Attribute Summary collapse
-
#advice ⇒ Object
Returns the value of attribute advice.
-
#message ⇒ Object
Returns the value of attribute message.
-
#period ⇒ Object
Returns the value of attribute period.
-
#reason ⇒ Object
Returns the value of attribute reason.
-
#route ⇒ Object
Returns the value of attribute route.
Method Summary
Methods included from Model
Instance Attribute Details
#advice ⇒ Object
Returns the value of attribute advice.
5 6 7 |
# File 'lib/ns/disruption.rb', line 5 def advice @advice end |
#message ⇒ Object
Returns the value of attribute message.
5 6 7 |
# File 'lib/ns/disruption.rb', line 5 def @message end |
#period ⇒ Object
Returns the value of attribute period.
5 6 7 |
# File 'lib/ns/disruption.rb', line 5 def period @period end |
#reason ⇒ Object
Returns the value of attribute reason.
5 6 7 |
# File 'lib/ns/disruption.rb', line 5 def reason @reason end |
#route ⇒ Object
Returns the value of attribute route.
5 6 7 |
# File 'lib/ns/disruption.rb', line 5 def route @route end |