module GusBir1
Constants
- VERSION
Public Class Methods
service_available?()
click to toggle source
# File lib/gus_bir1.rb, line 25 def service_available? client.service_status.to_i == 1 end
Private Class Methods
client()
click to toggle source
# File lib/gus_bir1.rb, line 31 def client @client ||= GusBir1::Client.new end