Class: Ferrum::Network::Error
- Inherits:
-
Object
- Object
- Ferrum::Network::Error
- Defined in:
- lib/ferrum/network/error.rb
Instance Attribute Summary collapse
-
#canceled ⇒ Object
writeonly
Sets the attribute canceled.
-
#description ⇒ Object
Returns the value of attribute description.
-
#error_text ⇒ Object
Returns the value of attribute error_text.
-
#id ⇒ Object
Returns the value of attribute id.
-
#monotonic_time ⇒ Object
Returns the value of attribute monotonic_time.
-
#time ⇒ Object
readonly
Returns the value of attribute time.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#type ⇒ Object
Returns the value of attribute type.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Method Summary collapse
Instance Attribute Details
#canceled=(value) ⇒ Object (writeonly)
Sets the attribute canceled
6 7 8 |
# File 'lib/ferrum/network/error.rb', line 6 def canceled=(value) @canceled = value end |
#description ⇒ Object
Returns the value of attribute description.
8 9 10 |
# File 'lib/ferrum/network/error.rb', line 8 def description @description end |
#error_text ⇒ Object
Returns the value of attribute error_text.
8 9 10 |
# File 'lib/ferrum/network/error.rb', line 8 def error_text @error_text end |
#id ⇒ Object
Returns the value of attribute id.
8 9 10 |
# File 'lib/ferrum/network/error.rb', line 8 def id @id end |
#monotonic_time ⇒ Object
Returns the value of attribute monotonic_time.
8 9 10 |
# File 'lib/ferrum/network/error.rb', line 8 def monotonic_time @monotonic_time end |
#time ⇒ Object (readonly)
Returns the value of attribute time.
7 8 9 |
# File 'lib/ferrum/network/error.rb', line 7 def time @time end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
7 8 9 |
# File 'lib/ferrum/network/error.rb', line 7 def end |
#type ⇒ Object
Returns the value of attribute type.
8 9 10 |
# File 'lib/ferrum/network/error.rb', line 8 def type @type end |
#url ⇒ Object
Returns the value of attribute url.
8 9 10 |
# File 'lib/ferrum/network/error.rb', line 8 def url @url end |
Instance Method Details
#canceled? ⇒ Boolean
10 11 12 |
# File 'lib/ferrum/network/error.rb', line 10 def canceled? @canceled end |