class StellarClient::GetFeesResponse

Private Instance Methods

default_body() click to toggle source
# File lib/stellar_client/responses/get_fees_response.rb, line 13
def default_body
  JSON.parse(raw_response.body)
end
default_error() click to toggle source
# File lib/stellar_client/responses/get_fees_response.rb, line 21
def default_error
  body[:error]
end
default_fee() click to toggle source
# File lib/stellar_client/responses/get_fees_response.rb, line 17
def default_fee
  body[:fee]
end