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.



19
20
21
22
# File 'lib/remove_bg/account_info.rb', line 19

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.



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

def free_calls
  @free_calls
end

#sizesObject (readonly)

Returns the value of attribute sizes.



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

def sizes
  @sizes
end