Class: FedexWebServices::Soap::Close::SmartPostCloseReply

Inherits:
Object
  • Object
show all
Defined in:
lib/fedex_web_services/soap/CloseServiceDefinitions.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(highestSeverity = nil, notifications = [], transactionDetail = nil, version = nil) ⇒ SmartPostCloseReply

Returns a new instance of SmartPostCloseReply.



632
633
634
635
636
637
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 632

def initialize(highestSeverity = nil, notifications = [], transactionDetail = nil, version = nil)
  @highestSeverity = highestSeverity
  @notifications = notifications
  @transactionDetail = transactionDetail
  @version = version
end

Instance Attribute Details

#highestSeverityObject

Returns the value of attribute highestSeverity.



627
628
629
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 627

def highestSeverity
  @highestSeverity
end

#notificationsObject

Returns the value of attribute notifications.



628
629
630
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 628

def notifications
  @notifications
end

#transactionDetailObject

Returns the value of attribute transactionDetail.



629
630
631
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 629

def transactionDetail
  @transactionDetail
end

#versionObject

Returns the value of attribute version.



630
631
632
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 630

def version
  @version
end