module Shin::Data
Public Class Methods
dfi()
click to toggle source
DFI API
# File lib/shin/data.rb, line 21 def dfi @dfi ||= Dfi.new end
new()
click to toggle source
I don’t know why I need this
# File lib/shin/data.rb, line 11 def new self end
previewnetworks()
click to toggle source
Previewnetworks
API
# File lib/shin/data.rb, line 31 def previewnetworks @previewnetworks ||= Previewnetworks.new end
sfi()
click to toggle source
SFI HTML
# File lib/shin/data.rb, line 16 def sfi @sfi ||= Sfi.new end
viasat()
click to toggle source
Viasat
API (Images only atm)
# File lib/shin/data.rb, line 26 def viasat @viasat ||= Viasat.new end