Class: Rubydex::RelatedInformation
- Inherits:
-
Object
- Object
- Rubydex::RelatedInformation
- Defined in:
- lib/rubydex/related_information.rb
Instance Attribute Summary collapse
-
#location ⇒ Object
readonly
: Location.
-
#message ⇒ Object
readonly
: String.
Instance Method Summary collapse
-
#initialize(message, location) ⇒ RelatedInformation
constructor
: (String, Location) -> void.
Constructor Details
#initialize(message, location) ⇒ RelatedInformation
: (String, Location) -> void
12 13 14 15 |
# File 'lib/rubydex/related_information.rb', line 12 def initialize(, location) = @location = location end |
Instance Attribute Details
#location ⇒ Object (readonly)
: Location
9 10 11 |
# File 'lib/rubydex/related_information.rb', line 9 def location @location end |
#message ⇒ Object (readonly)
: String
6 7 8 |
# File 'lib/rubydex/related_information.rb', line 6 def end |