class FlowNodePatron::FlowPromisedLandRest

Public Class Methods

add_those_to_params() click to toggle source
# File lib/flow_node_patron/flow_promised_land_rest.rb, line 8
def add_those_to_params
  {
    org_patron_token: Config::PROMISED_LAND_ORG_PATRON_TOKEN
  }
end
basic_url() click to toggle source
# File lib/flow_node_patron/flow_promised_land_rest.rb, line 4
def basic_url
  Config::PROMISED_LAND_URL
end