class Amazonite::Codegen::Service::Enum
Overview
TODO rename to Enumeration
Defined in:
codegen/service/enum.crConstructors
Class Method Summary
Instance Method Summary
-
#aws_mappings : Array(Tuple(String, String, String)) | Nil
TODO cache TODO: don't calculate spacing here, it should be in the binding
- #aws_mappings? : Bool
-
#crystal_mappings : Array(Tuple(String, String, String))
TODO cache TODO: don't calculate spacing here, it should be in the binding
- #enums : Array(String)
- #values
Instance methods inherited from class Amazonite::Codegen::Service::Shape
documentation : String?
documentation,
name : String
name,
snake_case_name
snake_case_name,
type : String
type
Constructor methods inherited from class Amazonite::Codegen::Service::Shape
new(name : String, json : JSON::Any)
new
Constructor Detail
Class Method Detail
Instance Method Detail
def aws_mappings : Array(Tuple(String, String, String)) | Nil
#
TODO cache
TODO don't calculate spacing here, it should be in the binding
def crystal_mappings : Array(Tuple(String, String, String))
#
TODO cache
TODO don't calculate spacing here, it should be in the binding