Class: Swisspost::BarcodeService::GenerateResult
- Inherits:
-
Struct
- Object
- Struct
- Swisspost::BarcodeService::GenerateResult
- Defined in:
- lib/swisspost/barcode_service.rb
Instance Attribute Summary collapse
-
#file_type ⇒ Object
Returns the value of attribute file_type.
-
#image ⇒ Object
Returns the value of attribute image.
Instance Attribute Details
#file_type ⇒ Object
Returns the value of attribute file_type
22 23 24 |
# File 'lib/swisspost/barcode_service.rb', line 22 def file_type @file_type end |
#image ⇒ Object
Returns the value of attribute image
22 23 24 |
# File 'lib/swisspost/barcode_service.rb', line 22 def image @image end |