class B2bCenterApi::WebService::Types::ServiceRow

Список услуг

Attributes

id[R]

@return [Integer] Номер услуги

name[R]

@return [String] Название услуги

Public Class Methods

new(args = {}) click to toggle source
# File lib/b2b_center_api/web_service/types/service_row.rb, line 11
def initialize(args = {})
  @id = args[:id]
  @name = args[:name]
end