Class: Provider

Inherits:
Object
  • Object
show all
Defined in:
lib/compropago_sdk/factory/models/provider.rb

Instance Attribute Summary collapse

Instance Attribute Details

#availabilityObject

Returns the value of attribute availability.



5
6
7
# File 'lib/compropago_sdk/factory/models/provider.rb', line 5

def availability
  @availability
end

#image_largeObject

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_mediumObject

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_smallObject

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_nameObject

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_activeObject

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

#nameObject

Returns the value of attribute name.



3
4
5
# File 'lib/compropago_sdk/factory/models/provider.rb', line 3

def name
  @name
end

#rankObject

Returns the value of attribute rank.



12
13
14
# File 'lib/compropago_sdk/factory/models/provider.rb', line 12

def rank
  @rank
end

#store_imageObject

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_limitObject

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