Class: ATDIS::ErrorMessage
- Inherits:
-
Struct
- Object
- Struct
- ATDIS::ErrorMessage
- Defined in:
- lib/atdis/model.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
-
#spec_section ⇒ Object
Returns the value of attribute spec_section.
Instance Method Summary collapse
- #empty? ⇒ Boolean
-
#to_s ⇒ Object
Make this behave pretty much like a string.
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message
27 28 29 |
# File 'lib/atdis/model.rb', line 27 def @message end |
#spec_section ⇒ Object
Returns the value of attribute spec_section
27 28 29 |
# File 'lib/atdis/model.rb', line 27 def spec_section @spec_section end |
Instance Method Details
#empty? ⇒ Boolean
28 29 30 |
# File 'lib/atdis/model.rb', line 28 def empty? .empty? end |
#to_s ⇒ Object
Make this behave pretty much like a string
33 34 35 |
# File 'lib/atdis/model.rb', line 33 def to_s end |