module SPACEX::History
Public Class Methods
info(id = nil)
click to toggle source
# File lib/spacex/history.rb, line 3 def self.info(id = nil) SPACEX::BaseRequest.info("history/#{id}") end
# File lib/spacex/history.rb, line 3 def self.info(id = nil) SPACEX::BaseRequest.info("history/#{id}") end