Class: LexofficeClient::ShippingConditions

Inherits:
Model::Base
  • Object
show all
Defined in:
lib/lexoffice_client/shipping_conditions.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model::Base

#attributes=, #initialize

Methods included from Model::Base::SerializationConcern

#as_json, #to_json

Methods included from Model::Base::AttributeNamesConcern

#attributes, included

Constructor Details

This class inherits a constructor from LexofficeClient::Model::Base

Instance Attribute Details

#shipping_dateObject

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_dateObject

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_typeObject

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