Class: CzechPostB2bClient::Services::AddressSheetsGenerator::AddressSheetsGeneratorResult
- Inherits:
-
Struct
- Object
- Struct
- CzechPostB2bClient::Services::AddressSheetsGenerator::AddressSheetsGeneratorResult
- Defined in:
- lib/czech_post_b2b_client/services/address_sheets_generator.rb
Instance Attribute Summary collapse
-
#pdf_content ⇒ Object
Returns the value of attribute pdf_content.
-
#state_code ⇒ Object
Returns the value of attribute state_code.
-
#state_text ⇒ Object
Returns the value of attribute state_text.
-
#zpl_content ⇒ Object
Returns the value of attribute zpl_content.
Instance Attribute Details
#pdf_content ⇒ Object
Returns the value of attribute pdf_content
8 9 10 |
# File 'lib/czech_post_b2b_client/services/address_sheets_generator.rb', line 8 def pdf_content @pdf_content end |
#state_code ⇒ Object
Returns the value of attribute state_code
8 9 10 |
# File 'lib/czech_post_b2b_client/services/address_sheets_generator.rb', line 8 def state_code @state_code end |
#state_text ⇒ Object
Returns the value of attribute state_text
8 9 10 |
# File 'lib/czech_post_b2b_client/services/address_sheets_generator.rb', line 8 def state_text @state_text end |
#zpl_content ⇒ Object
Returns the value of attribute zpl_content
8 9 10 |
# File 'lib/czech_post_b2b_client/services/address_sheets_generator.rb', line 8 def zpl_content @zpl_content end |