Class: AuctionInc::Shipping::Carrier
- Defined in:
- lib/auction_inc/shipping/node/carrier.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Method Summary
Methods inherited from Node
Constructor Details
This class inherits a constructor from AuctionInc::Shipping::Node
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
4 5 6 |
# File 'lib/auction_inc/shipping/node/carrier.rb', line 4 def name @name end |