Class: Billogram::Info
- Defined in:
- lib/billogram/resources/info.rb
Constant Summary
Constants inherited from Resource
Resource::DEFAULT_SEARCH_OPTIONS
Instance Attribute Summary collapse
-
#delivery_date ⇒ Object
Returns the value of attribute delivery_date.
-
#message ⇒ Object
Returns the value of attribute message.
-
#order_date ⇒ Object
Returns the value of attribute order_date.
-
#order_no ⇒ Object
Returns the value of attribute order_no.
-
#our_reference ⇒ Object
Returns the value of attribute our_reference.
-
#reference_number ⇒ Object
Returns the value of attribute reference_number.
-
#shipping_date ⇒ Object
Returns the value of attribute shipping_date.
-
#your_reference ⇒ Object
Returns the value of attribute your_reference.
Method Summary
Methods inherited from Resource
build_objects, create, #delete, delete, #endpoint, endpoint, fetch, #initialize, perform_request, relation, relations, search, #to_json, #update, update
Constructor Details
This class inherits a constructor from Billogram::Resource
Instance Attribute Details
#delivery_date ⇒ Object
Returns the value of attribute delivery_date.
3 4 5 |
# File 'lib/billogram/resources/info.rb', line 3 def delivery_date @delivery_date end |
#message ⇒ Object
Returns the value of attribute message.
3 4 5 |
# File 'lib/billogram/resources/info.rb', line 3 def end |
#order_date ⇒ Object
Returns the value of attribute order_date.
3 4 5 |
# File 'lib/billogram/resources/info.rb', line 3 def order_date @order_date end |
#order_no ⇒ Object
Returns the value of attribute order_no.
3 4 5 |
# File 'lib/billogram/resources/info.rb', line 3 def order_no @order_no end |
#our_reference ⇒ Object
Returns the value of attribute our_reference.
3 4 5 |
# File 'lib/billogram/resources/info.rb', line 3 def our_reference @our_reference end |
#reference_number ⇒ Object
Returns the value of attribute reference_number.
3 4 5 |
# File 'lib/billogram/resources/info.rb', line 3 def reference_number @reference_number end |
#shipping_date ⇒ Object
Returns the value of attribute shipping_date.
3 4 5 |
# File 'lib/billogram/resources/info.rb', line 3 def shipping_date @shipping_date end |
#your_reference ⇒ Object
Returns the value of attribute your_reference.
3 4 5 |
# File 'lib/billogram/resources/info.rb', line 3 def your_reference @your_reference end |