Class: RemoveBg::AccountInfo::ApiInfo

Inherits:
Object
  • Object
show all
Defined in:
lib/remove_bg/account_info.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(free_calls:, sizes:) ⇒ ApiInfo

Returns a new instance of ApiInfo.



17
18
19
20
# File 'lib/remove_bg/account_info.rb', line 17

def initialize(free_calls:, sizes:)
  @free_calls = free_calls
  @sizes = sizes
end

Instance Attribute Details

#free_callsObject (readonly)

Returns the value of attribute free_calls.



15
16
17
# File 'lib/remove_bg/account_info.rb', line 15

def free_calls
  @free_calls
end

#sizesObject (readonly)

Returns the value of attribute sizes.



15
16
17
# File 'lib/remove_bg/account_info.rb', line 15

def sizes
  @sizes
end