module SPACEX::LandingPads

Public Class Methods

all() click to toggle source
# File lib/spacex/landing_pads.rb, line 7
def self.all
  info
end
info(id = nil) click to toggle source
# File lib/spacex/landing_pads.rb, line 3
def self.info(id = nil)
  SPACEX::BaseRequest.info("landpads/#{id}")
end