struct Zip::Models::UnitedStates::Address

Defined in:

zip/models/united_states/address.cr

Constructors

Instance Method Summary

Constructor methods inherited from struct Zip::Models::Address

new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) new

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]

Instance Method Detail

def city : String #

[View source]
def city=(city : String) #

[View source]
def state_code : String #

[View source]
def state_code=(state_code : String) #

[View source]
def state_name : String #

[View source]
def state_name=(state_name : String) #

[View source]
def time_zone : String #

[View source]
def time_zone=(time_zone : String) #

[View source]