class AxiomusApi::StatusResponse::PostStatus
Attributes
postprice[RW]
tracking[RW]
Public Class Methods
new(node)
click to toggle source
# File lib/axiomus_api/response/status_response.rb, line 30 def initialize(node) @tracking = node.xpath('@tracking').text @postprice = node.xpath('@postprice').text.to_f end