Class: Ravelin::Supplier

Inherits:
RavelinObject show all
Defined in:
lib/ravelin/supplier.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from RavelinObject

attr_accessor, attr_required, #initialize, required_attributes, #serializable_hash, #validate

Constructor Details

This class inherits a constructor from Ravelin::RavelinObject

Instance Attribute Details

#categoryObject

Returns the value of attribute category.



3
4
5
# File 'lib/ravelin/supplier.rb', line 3

def category
  @category
end

#customObject

Returns the value of attribute custom.



3
4
5
# File 'lib/ravelin/supplier.rb', line 3

def custom
  @custom
end

#emailObject

Returns the value of attribute email.



3
4
5
# File 'lib/ravelin/supplier.rb', line 3

def email
  @email
end

#email_verified_timeObject

Returns the value of attribute email_verified_time.



3
4
5
# File 'lib/ravelin/supplier.rb', line 3

def email_verified_time
  @email_verified_time
end

#employment_typeObject

Returns the value of attribute employment_type.



3
4
5
# File 'lib/ravelin/supplier.rb', line 3

def employment_type
  @employment_type
end

#group_idObject

Returns the value of attribute group_id.



3
4
5
# File 'lib/ravelin/supplier.rb', line 3

def group_id
  @group_id
end

#group_nameObject

Returns the value of attribute group_name.



3
4
5
# File 'lib/ravelin/supplier.rb', line 3

def group_name
  @group_name
end

#home_locationObject

Returns the value of attribute home_location.



3
4
5
# File 'lib/ravelin/supplier.rb', line 3

def home_location
  @home_location
end

#levelObject

Returns the value of attribute level.



3
4
5
# File 'lib/ravelin/supplier.rb', line 3

def level
  @level
end

#marketObject

Returns the value of attribute market.



3
4
5
# File 'lib/ravelin/supplier.rb', line 3

def market
  @market
end

#market_countryObject

Returns the value of attribute market_country.



3
4
5
# File 'lib/ravelin/supplier.rb', line 3

def market_country
  @market_country
end

#nameObject

Returns the value of attribute name.



3
4
5
# File 'lib/ravelin/supplier.rb', line 3

def name
  @name
end

#registration_timeObject

Returns the value of attribute registration_time.



3
4
5
# File 'lib/ravelin/supplier.rb', line 3

def registration_time
  @registration_time
end

#supplier_idObject

Returns the value of attribute supplier_id.



3
4
5
# File 'lib/ravelin/supplier.rb', line 3

def supplier_id
  @supplier_id
end

#tagsObject

Returns the value of attribute tags.



3
4
5
# File 'lib/ravelin/supplier.rb', line 3

def tags
  @tags
end

#telephoneObject

Returns the value of attribute telephone.



3
4
5
# File 'lib/ravelin/supplier.rb', line 3

def telephone
  @telephone
end

#telephone_countryObject

Returns the value of attribute telephone_country.



3
4
5
# File 'lib/ravelin/supplier.rb', line 3

def telephone_country
  @telephone_country
end

#telephone_verified_timeObject

Returns the value of attribute telephone_verified_time.



3
4
5
# File 'lib/ravelin/supplier.rb', line 3

def telephone_verified_time
  @telephone_verified_time
end

#transport_typeObject

Returns the value of attribute transport_type.



3
4
5
# File 'lib/ravelin/supplier.rb', line 3

def transport_type
  @transport_type
end

#typeObject

Returns the value of attribute type.



3
4
5
# File 'lib/ravelin/supplier.rb', line 3

def type
  @type
end