struct MonobankApi::MCC::Description

Overview

Multi-language description

Included Modules

Defined in:

monobank_api/mcc.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(uk : String, en : String, ru : String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(uk _uk = @uk, en _en = @en, ru _ru = @ru) #

[View source]
def en : String #

def ru : String #

def uk : String #