class AircraftTypeRequest

AircraftType

Attributes

type[RW]

Public Class Methods

new(type = nil) click to toggle source
# File lib/FlightXML2REST.rb, line 12
def initialize(type = nil)
  @type = type
end

Public Instance Methods

post() click to toggle source
# File lib/FlightXML2REST.rb, line 15
def post
  "type=#@type"
end