Class: Billogram::Info

Inherits:
Resource show all
Defined in:
lib/billogram/resources/info.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Resource

build_objects, #initialize, relation, relations, #to_hash, #to_json

Constructor Details

This class inherits a constructor from Billogram::Resource

Instance Attribute Details

#delivery_dateObject

Returns the value of attribute delivery_date.



5
6
7
# File 'lib/billogram/resources/info.rb', line 5

def delivery_date
  @delivery_date
end

#messageObject

Returns the value of attribute message.



5
6
7
# File 'lib/billogram/resources/info.rb', line 5

def message
  @message
end

#order_dateObject

Returns the value of attribute order_date.



5
6
7
# File 'lib/billogram/resources/info.rb', line 5

def order_date
  @order_date
end

#order_noObject

Returns the value of attribute order_no.



5
6
7
# File 'lib/billogram/resources/info.rb', line 5

def order_no
  @order_no
end

#our_referenceObject

Returns the value of attribute our_reference.



5
6
7
# File 'lib/billogram/resources/info.rb', line 5

def our_reference
  @our_reference
end

#reference_numberObject

Returns the value of attribute reference_number.



5
6
7
# File 'lib/billogram/resources/info.rb', line 5

def reference_number
  @reference_number
end

#shipping_dateObject

Returns the value of attribute shipping_date.



5
6
7
# File 'lib/billogram/resources/info.rb', line 5

def shipping_date
  @shipping_date
end

#your_referenceObject

Returns the value of attribute your_reference.



5
6
7
# File 'lib/billogram/resources/info.rb', line 5

def your_reference
  @your_reference
end