class EndiciaLabelServer::Builders::PostageRateBuilder
The {PostageRateBuilder} class builds Endicia XML PostageRate 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_rate_builder.rb, line 14 def initialize(opts = {}, root_attributes = nil) super('PostageRateRequest', opts, root_attributes) end
Public Instance Methods
post_field()
click to toggle source
# File lib/endicia_label_server/builders/postage_rate_builder.rb, line 18 def post_field 'postageRateRequestXML' end