Class: AuctionInc::Shipping::Service
- Defined in:
- lib/auction_inc/shipping/node/service.rb
Instance Attribute Summary collapse
-
#klass ⇒ Object
Returns the value of attribute klass.
-
#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
#klass ⇒ Object
Returns the value of attribute klass.
4 5 6 |
# File 'lib/auction_inc/shipping/node/service.rb', line 4 def klass @klass end |
#name ⇒ Object
Returns the value of attribute name.
4 5 6 |
# File 'lib/auction_inc/shipping/node/service.rb', line 4 def name @name end |