Exception: GData::GDataError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- GData::GDataError
- Defined in:
- lib/gdata.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#input ⇒ Object
Returns the value of attribute input.
-
#reason ⇒ Object
Returns the value of attribute reason.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code.
56 57 58 |
# File 'lib/gdata.rb', line 56 def code @code end |
#input ⇒ Object
Returns the value of attribute input.
56 57 58 |
# File 'lib/gdata.rb', line 56 def input @input end |
#reason ⇒ Object
Returns the value of attribute reason.
56 57 58 |
# File 'lib/gdata.rb', line 56 def reason @reason end |