Class: Billogram::Info

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

Constant Summary

Constants inherited from Resource

Resource::DEFAULT_OPTIONS

Instance Attribute Summary collapse

Attributes inherited from Resource

#data

Method Summary

Methods inherited from Resource

endpoint, fetch, #initialize, parse_response, relation, relations, search

Constructor Details

This class inherits a constructor from Billogram::Resource

Instance Attribute Details

#delivery_dateObject

Returns the value of attribute delivery_date.


3
4
5
# File 'lib/billogram/resources/info.rb', line 3

def delivery_date
  @delivery_date
end

#messageObject

Returns the value of attribute message.


3
4
5
# File 'lib/billogram/resources/info.rb', line 3

def message
  @message
end

#order_dateObject

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_noObject

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_referenceObject

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_numberObject

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_dateObject

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_referenceObject

Returns the value of attribute your_reference.


3
4
5
# File 'lib/billogram/resources/info.rb', line 3

def your_reference
  @your_reference
end