class Elmas::TransactionLine

Public Instance Methods

base_path() click to toggle source
# File lib/elmas/resources/transaction_line.rb, line 11
def base_path
  "financialtransaction/TransactionLines"
end
mandatory_attributes() click to toggle source
# File lib/elmas/resources/transaction_line.rb, line 15
def mandatory_attributes
  []
end
other_attributes() click to toggle source
# File lib/elmas/resources/transaction_line.rb, line 19
def other_attributes
  %i[asset_code]
end
valid_actions() click to toggle source
# File lib/elmas/resources/transaction_line.rb, line 7
def valid_actions
  %i[get]
end