class ModernPricing::Relation

Public Instance Methods

get(options = {}) click to toggle source
# File lib/modern-pricing/relation.rb, line 5
def get(options = {})
  client.get href, options
end