struct APIMapper::Property

Overview

A single object's property

Defined in:

api_mapper.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, type : String, value : String) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(name _name = @name, type _type = @type, value _value = @value) #

[View source]
def name : String #

def type : String #

def value : String #