Class: LexofficeClient::ShippingConditions
- Inherits:
-
Model::Base
- Object
- Model::Base
- LexofficeClient::ShippingConditions
- Defined in:
- lib/lexoffice_client/shipping_conditions.rb
Instance Attribute Summary collapse
-
#shipping_date ⇒ Object
Returns the value of attribute shipping_date.
-
#shipping_end_date ⇒ Object
Returns the value of attribute shipping_end_date.
-
#shipping_type ⇒ Object
Returns the value of attribute shipping_type.
Method Summary
Methods inherited from Model::Base
Methods included from Model::Base::SerializationConcern
Methods included from Model::Base::AttributeNamesConcern
Constructor Details
This class inherits a constructor from LexofficeClient::Model::Base
Instance Attribute Details
#shipping_date ⇒ Object
Returns the value of attribute shipping_date.
3 4 5 |
# File 'lib/lexoffice_client/shipping_conditions.rb', line 3 def shipping_date @shipping_date end |
#shipping_end_date ⇒ Object
Returns the value of attribute shipping_end_date.
3 4 5 |
# File 'lib/lexoffice_client/shipping_conditions.rb', line 3 def shipping_end_date @shipping_end_date end |
#shipping_type ⇒ Object
Returns the value of attribute shipping_type.
3 4 5 |
# File 'lib/lexoffice_client/shipping_conditions.rb', line 3 def shipping_type @shipping_type end |