Class: Billogram::Edi

Inherits:
Resource show all
Defined in:
lib/billogram/resources/edi.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

#electronic_idObject

Returns the value of attribute electronic_id.



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

def electronic_id
  @electronic_id
end

#noteObject

Returns the value of attribute note.



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

def note
  @note
end

#operatorObject

Returns the value of attribute operator.



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

def operator
  @operator
end

#referenceObject

Returns the value of attribute reference.



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

def reference
  @reference
end

#subtypeObject

Returns the value of attribute subtype.



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

def subtype
  @subtype
end