Method: Shippinglogic::FedEx::Attributes::InstanceMethods#attributes
- Defined in:
- lib/shippinglogic/fedex/attributes.rb
#attributes ⇒ Object
Returns a hash of the various attribute values
48 49 50 51 52 53 54 |
# File 'lib/shippinglogic/fedex/attributes.rb', line 48 def attributes attributes = {} attribute_names.each do |name| attributes[name] = send(name) end attributes end |