Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
piranha
v0.1.0
Piranha
Constants
Alignment
BarcodeFormat
DateStyle
NumberStyle
TransitType
Manifest
FileResource
Resource
URLResource
Models
Barcode
Beacon
Currency
Date
Field
Location
Number
Passbook
Stream
Types
EventTicket
Built with Crystal 1.9.2
2023-10-07 16:24:04 UTC
class
Piranha::Models::Number
Piranha::Models::Number
Piranha::Models::Field
Reference
Object
Included Modules
JSON::Serializable
Defined in:
piranha/models/number.cr
Constructors
.new
(pull : JSON::PullParser)
Instance Method Summary
#number_style
: String
#number_style=
(number_style : String)
Instance methods inherited from class
Piranha::Models::Field
change_message : String
change_message
,
change_message=(change_message : String)
change_message=
,
key : String
key
,
key=(key : String)
key=
,
label : String
label
,
label=(label : String)
label=
,
text_alignment : String
text_alignment
,
text_alignment=(text_alignment : String)
text_alignment=
,
value : String
value
,
value=(value : String)
value=
Constructor methods inherited from class
Piranha::Models::Field
new(pull : JSON::PullParser)
new
Constructor Detail
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
number_style
: String
#
[
View source
]
def
number_style=
(number_style : String)
#
[
View source
]