Class: Ravelin::Supplier
- Inherits:
-
RavelinObject
- Object
- RavelinObject
- Ravelin::Supplier
- Defined in:
- lib/ravelin/supplier.rb
Instance Attribute Summary collapse
-
#category ⇒ Object
Returns the value of attribute category.
-
#custom ⇒ Object
Returns the value of attribute custom.
-
#email ⇒ Object
Returns the value of attribute email.
-
#email_verified_time ⇒ Object
Returns the value of attribute email_verified_time.
-
#employment_type ⇒ Object
Returns the value of attribute employment_type.
-
#group_id ⇒ Object
Returns the value of attribute group_id.
-
#group_name ⇒ Object
Returns the value of attribute group_name.
-
#home_location ⇒ Object
Returns the value of attribute home_location.
-
#level ⇒ Object
Returns the value of attribute level.
-
#market ⇒ Object
Returns the value of attribute market.
-
#market_country ⇒ Object
Returns the value of attribute market_country.
-
#name ⇒ Object
Returns the value of attribute name.
-
#registration_time ⇒ Object
Returns the value of attribute registration_time.
-
#supplier_id ⇒ Object
Returns the value of attribute supplier_id.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#telephone ⇒ Object
Returns the value of attribute telephone.
-
#telephone_country ⇒ Object
Returns the value of attribute telephone_country.
-
#telephone_verified_time ⇒ Object
Returns the value of attribute telephone_verified_time.
-
#transport_type ⇒ Object
Returns the value of attribute transport_type.
-
#type ⇒ Object
Returns the value of attribute type.
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
#category ⇒ Object
Returns the value of attribute category.
3 4 5 |
# File 'lib/ravelin/supplier.rb', line 3 def category @category end |
#custom ⇒ Object
Returns the value of attribute custom.
3 4 5 |
# File 'lib/ravelin/supplier.rb', line 3 def custom @custom end |
#email ⇒ Object
Returns the value of attribute email.
3 4 5 |
# File 'lib/ravelin/supplier.rb', line 3 def email @email end |
#email_verified_time ⇒ Object
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_type ⇒ Object
Returns the value of attribute employment_type.
3 4 5 |
# File 'lib/ravelin/supplier.rb', line 3 def employment_type @employment_type end |
#group_id ⇒ Object
Returns the value of attribute group_id.
3 4 5 |
# File 'lib/ravelin/supplier.rb', line 3 def group_id @group_id end |
#group_name ⇒ Object
Returns the value of attribute group_name.
3 4 5 |
# File 'lib/ravelin/supplier.rb', line 3 def group_name @group_name end |
#home_location ⇒ Object
Returns the value of attribute home_location.
3 4 5 |
# File 'lib/ravelin/supplier.rb', line 3 def home_location @home_location end |
#level ⇒ Object
Returns the value of attribute level.
3 4 5 |
# File 'lib/ravelin/supplier.rb', line 3 def level @level end |
#market ⇒ Object
Returns the value of attribute market.
3 4 5 |
# File 'lib/ravelin/supplier.rb', line 3 def market @market end |
#market_country ⇒ Object
Returns the value of attribute market_country.
3 4 5 |
# File 'lib/ravelin/supplier.rb', line 3 def market_country @market_country end |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/ravelin/supplier.rb', line 3 def name @name end |
#registration_time ⇒ Object
Returns the value of attribute registration_time.
3 4 5 |
# File 'lib/ravelin/supplier.rb', line 3 def registration_time @registration_time end |
#supplier_id ⇒ Object
Returns the value of attribute supplier_id.
3 4 5 |
# File 'lib/ravelin/supplier.rb', line 3 def supplier_id @supplier_id end |
#tags ⇒ Object
Returns the value of attribute tags.
3 4 5 |
# File 'lib/ravelin/supplier.rb', line 3 def end |
#telephone ⇒ Object
Returns the value of attribute telephone.
3 4 5 |
# File 'lib/ravelin/supplier.rb', line 3 def telephone @telephone end |
#telephone_country ⇒ Object
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_time ⇒ Object
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_type ⇒ Object
Returns the value of attribute transport_type.
3 4 5 |
# File 'lib/ravelin/supplier.rb', line 3 def transport_type @transport_type end |
#type ⇒ Object
Returns the value of attribute type.
3 4 5 |
# File 'lib/ravelin/supplier.rb', line 3 def type @type end |