Class: CzechPostB2bClient::Services::ApiCaller::ApiCallerResult
- Inherits:
-
Struct
- Object
- Struct
- CzechPostB2bClient::Services::ApiCaller::ApiCallerResult
- Defined in:
- lib/czech_post_b2b_client/services/api_caller.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#xml ⇒ Object
Returns the value of attribute xml.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code
21 22 23 |
# File 'lib/czech_post_b2b_client/services/api_caller.rb', line 21 def code @code end |
#xml ⇒ Object
Returns the value of attribute xml
21 22 23 |
# File 'lib/czech_post_b2b_client/services/api_caller.rb', line 21 def xml @xml end |