Class: Provider
- Inherits:
-
Object
- Object
- Provider
- Defined in:
- lib/compropago_sdk/factory/models/provider.rb
Instance Attribute Summary collapse
-
#availability ⇒ Object
Returns the value of attribute availability.
-
#image_large ⇒ Object
Returns the value of attribute image_large.
-
#image_medium ⇒ Object
Returns the value of attribute image_medium.
-
#image_small ⇒ Object
Returns the value of attribute image_small.
-
#internal_name ⇒ Object
Returns the value of attribute internal_name.
-
#is_active ⇒ Object
Returns the value of attribute is_active.
-
#name ⇒ Object
Returns the value of attribute name.
-
#rank ⇒ Object
Returns the value of attribute rank.
-
#store_image ⇒ Object
Returns the value of attribute store_image.
-
#transaction_limit ⇒ Object
Returns the value of attribute transaction_limit.
Instance Attribute Details
#availability ⇒ Object
Returns the value of attribute availability.
5 6 7 |
# File 'lib/compropago_sdk/factory/models/provider.rb', line 5 def availability @availability end |
#image_large ⇒ Object
Returns the value of attribute image_large.
10 11 12 |
# File 'lib/compropago_sdk/factory/models/provider.rb', line 10 def image_large @image_large end |
#image_medium ⇒ Object
Returns the value of attribute image_medium.
9 10 11 |
# File 'lib/compropago_sdk/factory/models/provider.rb', line 9 def image_medium @image_medium end |
#image_small ⇒ Object
Returns the value of attribute image_small.
8 9 10 |
# File 'lib/compropago_sdk/factory/models/provider.rb', line 8 def image_small @image_small end |
#internal_name ⇒ Object
Returns the value of attribute internal_name.
7 8 9 |
# File 'lib/compropago_sdk/factory/models/provider.rb', line 7 def internal_name @internal_name end |
#is_active ⇒ Object
Returns the value of attribute is_active.
6 7 8 |
# File 'lib/compropago_sdk/factory/models/provider.rb', line 6 def is_active @is_active end |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/compropago_sdk/factory/models/provider.rb', line 3 def name @name end |
#rank ⇒ Object
Returns the value of attribute rank.
12 13 14 |
# File 'lib/compropago_sdk/factory/models/provider.rb', line 12 def rank @rank end |
#store_image ⇒ Object
Returns the value of attribute store_image.
4 5 6 |
# File 'lib/compropago_sdk/factory/models/provider.rb', line 4 def store_image @store_image end |
#transaction_limit ⇒ Object
Returns the value of attribute transaction_limit.
11 12 13 |
# File 'lib/compropago_sdk/factory/models/provider.rb', line 11 def transaction_limit @transaction_limit end |