class Ravelin::Supplier

Attributes

category[RW]
custom[RW]
email[RW]
email_verified_time[RW]
employment_type[RW]
group_id[RW]
group_name[RW]
home_location[RW]
level[RW]
market[RW]
market_country[RW]
name[RW]
registration_time[RW]
supplier_id[RW]
tags[RW]
telephone[RW]
telephone_country[RW]
telephone_verified_time[RW]
transport_type[RW]
type[RW]

Public Instance Methods

home_location=(obj) click to toggle source
# File lib/ravelin/supplier.rb, line 26
def home_location=(obj)
  @home_location = Ravelin::Location.new(obj)
end