Class: Ship::Shipping

Inherits:
Object
  • Object
show all
Defined in:
lib/shipping.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(name, *args) ⇒ Object



5
6
7
# File 'lib/shipping.rb', line 5

def method_missing(name,*args)
	""
end

Instance Attribute Details

#dateObject

Returns the value of attribute date.



3
4
5
# File 'lib/shipping.rb', line 3

def date
  @date
end

#diameterObject

Returns the value of attribute diameter.



3
4
5
# File 'lib/shipping.rb', line 3

def diameter
  @diameter
end

#formatObject

Returns the value of attribute format.



3
4
5
# File 'lib/shipping.rb', line 3

def format
  @format
end

#fromObject

Returns the value of attribute from.



3
4
5
# File 'lib/shipping.rb', line 3

def from
  @from
end

#heightObject

Returns the value of attribute height.



3
4
5
# File 'lib/shipping.rb', line 3

def height
  @height
end

#idObject

Returns the value of attribute id.



3
4
5
# File 'lib/shipping.rb', line 3

def id
  @id
end

#in_handsObject

Returns the value of attribute in_hands.



3
4
5
# File 'lib/shipping.rb', line 3

def in_hands
  @in_hands
end

#lengthObject

Returns the value of attribute length.



3
4
5
# File 'lib/shipping.rb', line 3

def length
  @length
end

#passwordObject

Returns the value of attribute password.



3
4
5
# File 'lib/shipping.rb', line 3

def password
  @password
end

#return_receiptObject

Returns the value of attribute return_receipt.



3
4
5
# File 'lib/shipping.rb', line 3

def return_receipt
  @return_receipt
end

#serviceObject

Returns the value of attribute service.



3
4
5
# File 'lib/shipping.rb', line 3

def service
  @service
end

#toObject

Returns the value of attribute to.



3
4
5
# File 'lib/shipping.rb', line 3

def to
  @to
end

#userObject

Returns the value of attribute user.



3
4
5
# File 'lib/shipping.rb', line 3

def user
  @user
end

#valueObject

Returns the value of attribute value.



3
4
5
# File 'lib/shipping.rb', line 3

def value
  @value
end

#weightObject

Returns the value of attribute weight.



3
4
5
# File 'lib/shipping.rb', line 3

def weight
  @weight
end

#widthObject

Returns the value of attribute width.



3
4
5
# File 'lib/shipping.rb', line 3

def width
  @width
end