Class: CzechPostB2bClient::PrintingTemplates::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/czech_post_b2b_client/printing_templates.rb

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.descriptionObject (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

.idObject (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_dimensionsObject (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_typeObject



13
14
15
# File 'lib/czech_post_b2b_client/printing_templates.rb', line 13

def content_type
  :pdf
end