module Fastbill::Automatic::Services::Get
Public Class Methods
included(base)
click to toggle source
# File lib/fastbill-automatic/services/get.rb, line 22 def self.included(base) base.extend(ClassMethods) end