Class: CzechPostB2bClient::PrintingTemplates::Base
- Inherits:
-
Object
- Object
- CzechPostB2bClient::PrintingTemplates::Base
- Defined in:
- lib/czech_post_b2b_client/printing_templates.rb
Direct Known Subclasses
AddressData3x8, AddressLabel::Bianco, AddressLabel::BiancoFourOnPage, AddressLabel::BiancoLandscape, AddressLabel::ForeignPackage::EMS, AddressLabel::ForeignPackage::EMSTwoOnPage, AddressLabel::ForeignPackage::Insured, AddressLabel::ForeignPackage::InsuredFourOnPage, AddressLabel::ForeignPackage::Standard, AddressLabel::ForeignPackage::StandardTwoOnPage, AddressLabel::Simple, AddressLabel::SimpleA6FourOnPage, AddressLabel::SimpleWithCODVoucherA, CODVoucherA, CODVoucherAThreeOnPage, CODVoucherC, CustomsDeclaration::CN22, CustomsDeclaration::CN23, DeliveryTicket, Envelope::EnvelopeB4, Envelope::EnvelopeC5, Envelope::EnvelopeC6, Envelope::EnvelopeDL, HarmonizedLabel::Bianco, HarmonizedLabel::BiancoFourOnPage, HarmonizedLabel::BiancoPortrait, HarmonizedLabel::Simple, HarmonizedLabel::SimpleFourOnPage, IntegratedDocument, RRLabels3x8, ZebraLabel::Base
Class Attribute Summary collapse
-
.description ⇒ Object
readonly
Returns the value of attribute description.
-
.id ⇒ Object
readonly
Returns the value of attribute id.
-
.page_dimensions ⇒ Object
readonly
Returns the value of attribute page_dimensions.
Class Method Summary collapse
Class Attribute Details
.description ⇒ Object (readonly)
Returns the value of attribute description.
11 12 13 |
# File 'lib/czech_post_b2b_client/printing_templates.rb', line 11 def description @description end |
.id ⇒ Object (readonly)
Returns the value of attribute id.
11 12 13 |
# File 'lib/czech_post_b2b_client/printing_templates.rb', line 11 def id @id end |
.page_dimensions ⇒ Object (readonly)
Returns the value of attribute page_dimensions.
11 12 13 |
# File 'lib/czech_post_b2b_client/printing_templates.rb', line 11 def page_dimensions @page_dimensions end |
Class Method Details
.content_type ⇒ Object
13 14 15 |
# File 'lib/czech_post_b2b_client/printing_templates.rb', line 13 def content_type :pdf end |