class EndiciaLabelServer::Builders::PostageLabelBuilder
The {PostageLabelBuilder} class builds Endicia XML LabelRequest Objects.
@author Paul Trippett @since 0.1.0
Public Class Methods
new(opts = {}, root_attributes = nil)
click to toggle source
Initializes a new {RateBuilder} object
Calls superclass method
EndiciaLabelServer::Builders::BuilderBase::new
# File lib/endicia_label_server/builders/postage_label_builder.rb, line 15 def initialize(opts = {}, root_attributes = nil) super('LabelRequest', opts, root_attributes) end
Public Instance Methods
post_field()
click to toggle source
# File lib/endicia_label_server/builders/postage_label_builder.rb, line 19 def post_field 'labelRequestXML' end